Lines Matching full:set
12 set(TOOLCHAIN_HOME ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin/)
13 set(ONEAPI_LLVM_BIN_PATH ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin-llvm)
16 set(ONEAPI_TOOLCHAIN_PATH ${ONEAPI_TOOLCHAIN_PATH} CACHE PATH "oneApi install directory")
18 set(LINKER lld)
19 set(BINTOOLS oneApi)
22 set(triple x86_64-pc-none-elf)
24 set(triple i686-pc-none-elf)
28 set(COMPILER icx)
29 set(CMAKE_C_COMPILER_TARGET ${triple})
30 set(CMAKE_ASM_COMPILER_TARGET ${triple})
31 set(CMAKE_CXX_COMPILER_TARGET ${triple})
40 set(COMPILER clang)
46 set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")