cmake: toolchain: zephyr-0.9.5: Fix setting of TOOLCHAIN_HAS_NEWLIB
There was an oversight and the Zephyr SDK 0.9.5 toolchain should report itself as supporting newlib. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
16311e2285
commit
5a0fec4c26
1 changed files with 1 additions and 0 deletions
|
|
@ -5,3 +5,4 @@ set(SYSROOT_TARGET i586-${TOOLCHAIN_VENDOR}-elf)
|
|||
|
||||
set(CROSS_COMPILE ${TOOLCHAIN_HOME}/usr/bin/${CROSS_COMPILE_TARGET}/${CROSS_COMPILE_TARGET}-)
|
||||
set(SYSROOT_DIR ${ZEPHYR_SDK_INSTALL_DIR}/sysroots/${SYSROOT_TARGET}/usr)
|
||||
set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL "True if toolchain supports newlib")
|
||||
|
|
|
|||
Loading…
Reference in a new issue