Skip to content

Commit 1323374

Browse files
tejlmandstephanosio
authored andcommitted
cmake: set TOOLCHAIN_HAS_PICOLIBC
Indicate to the build system that Zephyr SDK has full support for Picolibc. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent 94b6cfc commit 1323374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/zephyr/generic.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ endif()
3030
set(CROSS_COMPILE ${one_toolchain_root}/${CROSS_COMPILE_TARGET}/bin/${CROSS_COMPILE_TARGET}-)
3131
set(SYSROOT_DIR ${one_toolchain_root}/${SYSROOT_TARGET}/${SYSROOT_TARGET})
3232
set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL "True if toolchain supports newlib")
33+
set(TOOLCHAIN_HAS_PICOLIBC ON CACHE BOOL "True if toolchain supports picolibc")

0 commit comments

Comments
 (0)