Remove armeb and aarcheb in configure
This commit is contained in:
8
qemu/configure
vendored
8
qemu/configure
vendored
@@ -849,7 +849,7 @@ eval "cross_cc_${cpu}=\$host_cc"
|
|||||||
cross_cc_vars="$cross_cc_vars cross_cc_${cpu}"
|
cross_cc_vars="$cross_cc_vars cross_cc_${cpu}"
|
||||||
QEMU_CFLAGS="$CPU_CFLAGS $QEMU_CFLAGS"
|
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 \
|
arm-softmmu m68k-softmmu mips64el-softmmu mips64-softmmu mipsel-softmmu \
|
||||||
mips-softmmu ppc64-softmmu ppc-softmmu sparc64-softmmu sparc-softmmu \
|
mips-softmmu ppc64-softmmu ppc-softmmu sparc64-softmmu sparc-softmmu \
|
||||||
x86_64-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu"
|
x86_64-softmmu riscv32-softmmu riscv64-softmmu s390x-softmmu"
|
||||||
@@ -2598,7 +2598,7 @@ case "$target_name" in
|
|||||||
esac
|
esac
|
||||||
target_bigendian="no"
|
target_bigendian="no"
|
||||||
case "$target_name" in
|
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"
|
target_bigendian="yes"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -2630,12 +2630,12 @@ case "$target_name" in
|
|||||||
mttcg="yes"
|
mttcg="yes"
|
||||||
TARGET_SYSTBL_ABI=common
|
TARGET_SYSTBL_ABI=common
|
||||||
;;
|
;;
|
||||||
arm|armeb)
|
arm)
|
||||||
TARGET_ARCH=arm
|
TARGET_ARCH=arm
|
||||||
TARGET_SYSTBL_ABI=common,oabi
|
TARGET_SYSTBL_ABI=common,oabi
|
||||||
mttcg="yes"
|
mttcg="yes"
|
||||||
;;
|
;;
|
||||||
aarch64|aarch64eb)
|
aarch64)
|
||||||
TARGET_ARCH=aarch64
|
TARGET_ARCH=aarch64
|
||||||
TARGET_BASE_ARCH=arm
|
TARGET_BASE_ARCH=arm
|
||||||
mttcg="yes"
|
mttcg="yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user