Skip to content

Commit bf670a8

Browse files
committed
pico needs also some support
1 parent 9dd3ce5 commit bf670a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/preload/toolchains/pico_arm_cortex_m0plus_clang.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CMAKE_SYSTEM_PROCESSOR cortex-m0plus)
22

33
# 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)
4+
set(PICO_CLANG_RUNTIMES armv6m_soft_nofp armv6m_soft_nofp_size armv6m-unknown-none-eabi)
55

66
set(PICO_COMMON_LANG_FLAGS "--target=armv6m-none-eabi -mfloat-abi=soft -march=armv6m")
77

0 commit comments

Comments
 (0)