qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] configure: remove STRIP from config-host.mak


From: Paolo Bonzini
Subject: [PATCH] configure: remove STRIP from config-host.mak
Date: Wed, 19 May 2021 16:48:26 +0200

The path to strip(1) is passed in config-meson.cross and is not needed
in config-host.mak anymore, so remove it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index 4a69f12f3a..6ab681642a 100755
--- a/configure
+++ b/configure
@@ -5503,9 +5503,6 @@ echo "ARCH=$ARCH" >> $config_host_mak
 if test "$debug_tcg" = "yes" ; then
   echo "CONFIG_DEBUG_TCG=y" >> $config_host_mak
 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
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]