From: Richard Henderson Date: Fri, 4 Sep 2020 18:38:40 +0000 (-0700) Subject: configure: Do not set TARGET_ABI32 for microblaze X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7df61837df419740963f020d7ee7b852f6401301;p=qemu.git 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 Reviewed-by: Edgar E. Iglesias Reported-by: Peter Maydell Signed-off-by: Richard Henderson --- diff --git a/configure b/configure index 166193cef9..f460aa6799 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"