mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 10:44:57 +00:00
configure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
No longer used. Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
9ecefc84dd
commit
ec9135cd6e
8
configure
vendored
8
configure
vendored
@ -3791,14 +3791,6 @@ echo "libs_softmmu=$libs_softmmu" >> $config_host_mak
|
|||||||
|
|
||||||
echo "ARCH=$ARCH" >> $config_host_mak
|
echo "ARCH=$ARCH" >> $config_host_mak
|
||||||
|
|
||||||
case "$cpu" in
|
|
||||||
aarch64 | arm | i386 | x86_64 | x32 | ppc*)
|
|
||||||
# The TCG interpreter currently does not support ld/st optimization.
|
|
||||||
if test "$tcg_interpreter" = "no" ; then
|
|
||||||
echo "CONFIG_QEMU_LDST_OPTIMIZATION=y" >> $config_host_mak
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
if test "$debug_tcg" = "yes" ; then
|
if test "$debug_tcg" = "yes" ; then
|
||||||
echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
|
echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user