cmake: llvm: llvm has no newlib
llvm does not have newlib integrated for all architectures. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1b95d96a72
commit
29d35ced53
1 changed files with 1 additions and 3 deletions
|
@ -27,8 +27,6 @@ set(CMAKE_C_COMPILER_TARGET ${triple})
|
|||
set(CMAKE_ASM_COMPILER_TARGET ${triple})
|
||||
set(CMAKE_CXX_COMPILER_TARGET ${triple})
|
||||
|
||||
if("${ARCH}" STREQUAL "posix")
|
||||
set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")
|
||||
endif()
|
||||
set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")
|
||||
|
||||
message(STATUS "Found toolchain: host (clang/ld)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue