cmake: new cross-compile target microblaze

This commit is contained in:
Alp Sayin 2022-10-06 15:14:35 +01:00
parent 68a113005a
commit 78b22ca2c0
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set(CROSS_COMPILE_TARGET_arm64 aarch64-zephyr-elf)
set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
set(CROSS_COMPILE_TARGET_riscv riscv64-zephyr-elf)
set(CROSS_COMPILE_TARGET_mips mips-zephyr-elf)
set(CROSS_COMPILE_TARGET_microblaze microblazeel-zephyr-elf)
set(CROSS_COMPILE_TARGET_xtensa xtensa-${SOC_TOOLCHAIN_NAME}_zephyr-elf)
# ARC uses the same source tree for both ARCv2 & ARCv3 architectures,