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

Paolo Bonzini posted 1 patch 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210519144826.154957-1-pbonzini@redhat.com
configure | 3 ---
1 file changed, 3 deletions(-)
[PATCH] configure: remove STRIP from config-host.mak
Posted by Paolo Bonzini 2 years, 11 months ago
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