aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-10-07 15:08:16 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-10-14 09:50:56 +0200
commit269506d228d1aa48743a74d7a37d41d85ed9da59 (patch)
treea9fe1ee1f396786a80670d6f0c2207950d9c2e46 /configure
parenta630508112aebad0da19384ff42642312d9d164f (diff)
downloadqemu-269506d228d1aa48743a74d7a37d41d85ed9da59.zip
qemu-269506d228d1aa48743a74d7a37d41d85ed9da59.tar.gz
qemu-269506d228d1aa48743a74d7a37d41d85ed9da59.tar.bz2
configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
No need to pass it in config-host.mak. Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211007130829.632254-6-pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index a5411c8..648ba09 100755
--- a/configure
+++ b/configure
@@ -347,7 +347,6 @@ tsan="no"
fortify_source="$default_feature"
strip_opt="yes"
tcg_interpreter="false"
-bigendian="no"
mingw32="no"
gcov="no"
EXESUF=""
@@ -4264,9 +4263,6 @@ fi
if test "$strip_opt" = "yes" ; then
echo "STRIP=${strip}" >> $config_host_mak
fi
-if test "$bigendian" = "yes" ; then
- echo "HOST_WORDS_BIGENDIAN=y" >> $config_host_mak
-fi
if test "$mingw32" = "yes" ; then
echo "CONFIG_WIN32=y" >> $config_host_mak
if test "$guest_agent_with_vss" = "yes" ; then