We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de04e commit c5a7c65Copy full SHA for c5a7c65
cmake/zephyr/target.cmake
@@ -10,6 +10,7 @@ set(CROSS_COMPILE_TARGET_arm64 aarch64-zephyr-elf)
10
set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
11
set(CROSS_COMPILE_TARGET_riscv riscv64-zephyr-elf)
12
set(CROSS_COMPILE_TARGET_mips mips-zephyr-elf)
13
+set(CROSS_COMPILE_TARGET_microblaze microblazeel-zephyr-elf)
14
set(CROSS_COMPILE_TARGET_xtensa xtensa-${SOC_TOOLCHAIN_NAME}_zephyr-elf)
15
16
# ARC uses the same source tree for both ARCv2 & ARCv3 architectures,
0 commit comments