aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-09-04 11:38:40 -0700
committerRichard Henderson <richard.henderson@linaro.org>2020-09-07 12:58:08 -0700
commit7df61837df419740963f020d7ee7b852f6401301 (patch)
tree279ec92f9a137494cbbedc397d41b6c5c128a3b9 /configure
parent4b8936310b70056a8702f3b6b2b30f5aa72f887d (diff)
downloadqemu-7df61837df419740963f020d7ee7b852f6401301.zip
qemu-7df61837df419740963f020d7ee7b852f6401301.tar.gz
qemu-7df61837df419740963f020d7ee7b852f6401301.tar.bz2
configure: Do not set TARGET_ABI32 for microblaze
In 19f27b6c2493 TARGET_ABI_LONG was reduced to 32 bits for CONFIG_USER_ONLY. There is no need to set this by hand; it will now be set automatically by include/exec/user/abitypes.h. Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 166193c..f460aa6 100755
--- a/configure
+++ b/configure
@@ -7752,7 +7752,6 @@ case "$target_name" in
TARGET_SYSTBL_ABI=common
mttcg="yes"
bflt="yes"
- echo "TARGET_ABI32=y" >> $config_target_mak
;;
mips|mipsel)
mttcg="yes"