summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Henderson2020-08-25 22:10:47 +0200
committerRichard Henderson2020-09-01 16:41:38 +0200
commitcdc05fb4c3b47c5f2d1abd71dbec034436012056 (patch)
tree4a80f0669740bc7f732f8c752a355159ebd126cb
parentMerge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ... (diff)
downloadqemu-cdc05fb4c3b47c5f2d1abd71dbec034436012056.tar.gz
qemu-cdc05fb4c3b47c5f2d1abd71dbec034436012056.tar.xz
qemu-cdc05fb4c3b47c5f2d1abd71dbec034436012056.zip
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>
-rwxr-xr-xtests/tcg/configure.sh2
1 files changed, 1 insertions, 1 deletions
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
;;
*)