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 <pbonz...@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