[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
- Previous message: [llvm-commits] [126739] Merged revisions 122105, 122108, 122111, 122302, 122305, 122339, 122341, 122345-122346, 122350, 122406, 122408-122410, 122488-122489,
- Next message: [llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [llvm-commits] [126739] Merged revisions 122105, 122108, 122111, 122302, 122305, 122339, 122341, 122345-122346, 122350, 122406, 122408-122410, 122488-122489,
- Next message: [llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list