mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-01 15:25:27 +08:00
* m4/libtool.m4 (_LT_CMD_STRIPLIB) [darwin]: strip archives too.
This commit is contained in:
parent
5b5f6d0fde
commit
ea60dcd3ad
@ -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.
|
||||
|
||||
|
1
m4/libtool.m4
vendored
1
m4/libtool.m4
vendored
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user