changeset 87:f41ed7bf757c

use "strip -g" instead of "strip -S" to avoid confusion with "strip -s"
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 09 Aug 2007 10:39:17 +0200
parents 872c627c0c3d
children fe2c0530f17a
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Sat Aug 04 20:06:52 2007 +0200
+++ b/build_mingw_cross_env.sh	Thu Aug 09 10:39:17 2007 +0200
@@ -2051,7 +2051,7 @@
         bin/* \
         libexec/gcc/$TARGET/*/* \
         $TARGET/bin/* || echo "strip error ignored"
-    $TARGET-strip -Sv \
+    $TARGET-strip -gv \
         lib/gcc/$TARGET/*/*.a \
         lib/gcc/$TARGET/*/*.o \
         $TARGET/lib/*.a \