toolchain: update xtools config
Add placeholders for all possible xtools toolchains. Fixes #6911 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
de7f40acfb
commit
f8c1cc175a
1 changed files with 7 additions and 2 deletions
|
@ -6,8 +6,13 @@ set(TOOLCHAIN_HOME ${XTOOLS_TOOLCHAIN_PATH})
|
|||
|
||||
set(COMPILER gcc)
|
||||
|
||||
set(CROSS_COMPILE_TARGET_arm arm-none-eabi)
|
||||
set(CROSS_COMPILE_TARGET_x86 i586-zephyr-elfiamcu)
|
||||
set(CROSS_COMPILE_TARGET_arm arm-zephyr-eabi)
|
||||
set(CROSS_COMPILE_TARGET_x86 i586-zephyr-elf)
|
||||
set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
|
||||
set(CROSS_COMPILE_TARGET_riscv32 riscv32-zephyr-elf)
|
||||
set(CROSS_COMPILE_TARGET_mips mipsel-zephyr-elf)
|
||||
set(CROSS_COMPILE_TARGET_xtensa xtensa-zephyr-elf)
|
||||
|
||||
|
||||
set(CROSS_COMPILE_TARGET ${CROSS_COMPILE_TARGET_${ARCH}})
|
||||
set(SYSROOT_TARGET ${CROSS_COMPILE_TARGET})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue