We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca17f4e commit b519009Copy full SHA for b519009
arrayboundscheck/CMakeLists.txt
@@ -16,7 +16,7 @@ elseif(CONFIG_CPU_CORTEX_M)
16
endif()
17
elseif(CONFIG_RISCV)
18
if(CONFIG_RISCV_ISA_RV32I)
19
- set(ldc_target riscv32-unknown-elf)
+ set(ldc_target riscv32-unknown-newlib-elf)
20
else()
21
message(FATAL_ERROR "Unsupported riscv ISA")
22
pthread/CMakeLists.txt
0 commit comments