From: Richard Henderson Date: Tue, 25 Aug 2020 20:10:47 +0000 (-0700) Subject: tests/tcg: Add microblaze to arches filter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cdc05fb4c3b47c5f2d1abd71dbec034436012056;p=qemu.git 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 Reviewed-by: Edgar E. Iglesias Signed-off-by: Richard Henderson --- diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index 7d714f902a..598a50cd4f 100755 --- a/tests/tcg/configure.sh +++ b/tests/tcg/configure.sh @@ -94,7 +94,7 @@ for target in $target_list; do xtensa|xtensaeb) 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 ;; *)