]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too.
authorPeter O'Gorman <peter@pogma.com>
Fri, 24 Sep 2004 15:17:19 +0000 (15:17 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 24 Sep 2004 15:17:19 +0000 (15:17 +0000)
ChangeLog
m4/libtool.m4

index a32a7f9dc7f06c89286c72ebd875e75a98f876f6..218abcbceefdeb219d6efff3a69821ea638a3740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-09-24  Peter O'Gorman  <peter@pogma.com>
 
+       * m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too.
+
        * m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v
        output during configure.
 
index 1f8c6a3d9a4b706125af358264ba38f266263593..ac857392490fca9a73bfe7dba26c4011b6bad54e 100644 (file)
@@ -1559,6 +1559,7 @@ else
    darwin*)
        if test -n "$STRIP" ; then
          striplib="$STRIP -x"
+         old_striplib="$STRIP -S"
          AC_MSG_RESULT([yes])
        else
          AC_MSG_RESULT([no])