Remove armeb and aarcheb in configure

This commit is contained in:
lazymio 2022-02-22 15:27:56 +01:00
parent 051ae39f08
commit ad4b56ad54
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 4 additions and 4 deletions

8
qemu/configure vendored
View File

@ -849,7 +849,7 @@ eval "cross_cc_${cpu}=\$host_cc"
cross_cc_vars="$cross_cc_vars cross_cc_${cpu}"
QEMU_CFLAGS="$CPU_CFLAGS $QEMU_CFLAGS"
default_target_list="aarch64eb-softmmu aarch64-softmmu armeb-softmmu \
default_target_list="aarch64-softmmu \
arm-softmmu m68k-softmmu mips64el-softmmu mips64-softmmu mipsel-softmmu \
mips-softmmu ppc64-softmmu ppc-softmmu sparc64-softmmu sparc-softmmu \
x86_64-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu"
@ -2598,7 +2598,7 @@ case "$target_name" in
esac
target_bigendian="no"
case "$target_name" in
armeb|aarch64eb|hppa|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or1k|ppc|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb)
hppa|lm32|m68k|microblaze|mips|mipsn32|mips64|moxie|or1k|ppc|ppc64|ppc64abi32|s390x|sh4eb|sparc|sparc64|sparc32plus|xtensaeb)
target_bigendian="yes"
;;
esac
@ -2630,12 +2630,12 @@ case "$target_name" in
mttcg="yes"
TARGET_SYSTBL_ABI=common
;;
arm|armeb)
arm)
TARGET_ARCH=arm
TARGET_SYSTBL_ABI=common,oabi
mttcg="yes"
;;
aarch64|aarch64eb)
aarch64)
TARGET_ARCH=aarch64
TARGET_BASE_ARCH=arm
mttcg="yes"