mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
configure: Do not set TARGET_ABI32 for microblaze
In 19f27b6c24
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>
This commit is contained in:
parent
4b8936310b
commit
7df61837df
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue