From ad4b56ad54b449d8650acd8c9d1cbe5c7efa4533 Mon Sep 17 00:00:00 2001 From: lazymio Date: Tue, 22 Feb 2022 15:27:56 +0100 Subject: [PATCH] Remove armeb and aarcheb in configure --- qemu/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu/configure b/qemu/configure index b67e75a9..630953b2 100755 --- a/qemu/configure +++ b/qemu/configure @@ -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"