nuttx/libs/libc/machine
xuxin19 e3003f691b cmake:init RISC-V cmake qemu-rv build
cmake currently does not support non-FlatBuild,
need disable ELF and LOADABLE when compiling other defconfigs

```
 cmake -B build -DBOARD_CONFIG=rv-virt/smp64 -GNinja # for rv32:rv-virt/smp
 cmake --build build -t menuconfig
 cmake --build build
 qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -smp 8 -bios none -kernel nuttx -nographic
```

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2023-10-26 21:01:46 +08:00
..
arm armv8m/strcpy: add arch optimize version 2023-09-22 08:52:25 +08:00
arm64 libs/libc: Breakdown LIBC_BUILD_STRING into specific string operations macro. 2023-08-29 22:55:18 +08:00
renesas Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
risc-v cmake:init RISC-V cmake qemu-rv build 2023-10-26 21:01:46 +08:00
sim fix sim register & tcb info typo 2023-07-23 21:59:35 -07:00
sparc libc/machine: Remove FAR from sparc 2023-10-17 13:15:48 +08:00
x86 build: add initial cmake build system 2023-07-08 13:50:48 +08:00
xtensa libs/libc: Breakdown LIBC_BUILD_STRING into specific string operations macro. 2023-08-29 22:55:18 +08:00
arch_atomic.c
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig lib/machine: Add LIBC_PREVENT_xxx which select LIBC_PREVENT_XXX_[KERNEL|USER] automatically 2023-09-15 22:31:34 +03:00
Make.defs libc: add arm64 libc function 2023-01-10 11:31:26 +08:00