[llvm-commits] [126740] Don't strip the libstdc++.dylib thingy.

bwendlin at apple.com bwendlin at apple.com
Mon Apr 30 15:37:52 PDT 2007


Revision: 126740
Author:   bwendlin
Date:     2007-04-30 15:37:52 -0700 (Mon, 30 Apr 2007)

Log Message:
-----------
Don't strip the libstdc++.dylib thingy.

Modified Paths:
--------------
    apple-local/branches/llvm/build_gcc

Modified: apple-local/branches/llvm/build_gcc
===================================================================
--- apple-local/branches/llvm/build_gcc	2007-04-30 22:03:04 UTC (rev 126739)
+++ apple-local/branches/llvm/build_gcc	2007-04-30 22:37:52 UTC (rev 126740)
@@ -457,7 +457,8 @@
   cp -p /usr/lib/libstdc++.6.dylib \
     .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/libstdc++.dylib \
     || exit 1
-  strip -x -c .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/libstdc++.dylib || exit 1
+# APPLE LOCAL LLVM
+#  strip -x -c .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/libstdc++.dylib || exit 1
 done
 
 # include





More information about the llvm-commits mailing list