Lines Matching full:set
4 set(LINKER ld)
6 set(LINKER lld)
12 set(triple armv8m.main-none-eabi)
15 set(triple armv8m.base-none-eabi)
19 set(triple armv7m-none-eabi)
23 set(triple armv6m-none-eabi)
26 set(triple arm-none-eabi)
29 set(triple aarch64-none-elf)
32 set(triple x86_64-pc-none-elf)
34 set(triple i686-pc-none-elf)
38 set(triple riscv64-unknown-elf)
40 set(triple riscv32-unknown-elf)
45 set(CMAKE_C_COMPILER_TARGET ${triple})
46 set(CMAKE_ASM_COMPILER_TARGET ${triple})
47 set(CMAKE_CXX_COMPILER_TARGET ${triple})
53 set(runtime_lib "libgcc")
55 set(runtime_lib "compiler_rt")