mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 14:54:29 +00:00
tests/tcg: Add microblaze to arches filter
Not attempting to use a single cross-compiler for both big-endian and little-endian at this time. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
2f4c51c0f3
commit
cdc05fb4c3
@ -94,7 +94,7 @@ for target in $target_list; do
|
|||||||
xtensa|xtensaeb)
|
xtensa|xtensaeb)
|
||||||
arches=xtensa
|
arches=xtensa
|
||||||
;;
|
;;
|
||||||
alpha|cris|hppa|i386|lm32|m68k|openrisc|riscv64|s390x|sh4|sparc64)
|
alpha|cris|hppa|i386|lm32|microblaze|microblazeel|m68k|openrisc|riscv64|s390x|sh4|sparc64)
|
||||||
arches=$target
|
arches=$target
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user