We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd3ce5 commit bf670a8Copy full SHA for bf670a8
cmake/preload/toolchains/pico_arm_cortex_m0plus_clang.cmake
@@ -1,7 +1,7 @@
1
set(CMAKE_SYSTEM_PROCESSOR cortex-m0plus)
2
3
# these are all the directories under LLVM embedded toolchain for ARM (newlib or pibolibc) and under llvm_libc
4
-set(PICO_CLANG_RUNTIMES armv6m_soft_nofp armv6m-unknown-none-eabi)
+set(PICO_CLANG_RUNTIMES armv6m_soft_nofp armv6m_soft_nofp_size armv6m-unknown-none-eabi)
5
6
set(PICO_COMMON_LANG_FLAGS "--target=armv6m-none-eabi -mfloat-abi=soft -march=armv6m")
7
0 commit comments