Skip to content

Commit c5a7c65

Browse files
alpsayinstephanosio
authored andcommitted
cmake: new cross-compile target microblaze
1 parent 04de04e commit c5a7c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/zephyr/target.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set(CROSS_COMPILE_TARGET_arm64 aarch64-zephyr-elf)
1010
set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
1111
set(CROSS_COMPILE_TARGET_riscv riscv64-zephyr-elf)
1212
set(CROSS_COMPILE_TARGET_mips mips-zephyr-elf)
13+
set(CROSS_COMPILE_TARGET_microblaze microblazeel-zephyr-elf)
1314
set(CROSS_COMPILE_TARGET_xtensa xtensa-${SOC_TOOLCHAIN_NAME}_zephyr-elf)
1415

1516
# ARC uses the same source tree for both ARCv2 & ARCv3 architectures,

0 commit comments

Comments
 (0)