configure: Do not set TARGET_ABI32 for microblaze
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Sep 2020 18:38:40 +0000 (11:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (12:58 -0700)
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>
configure

index 166193cef9707ad8fbd119374bf1b1ab3819798b..f460aa6799e6a36efa4a7c4211a2f9ea93a1a1b5 100755 (executable)
--- 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"