[llvm-commits] [126663] Don't create libstdc++.dylib links.
echeng at apple.com
echeng at apple.com
Fri Apr 27 17:44:38 PDT 2007
Revision: 126663
Author: echeng
Date: 2007-04-27 17:44:37 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
Don't create libstdc++.dylib links. Just use the one under /usr/lib.
Modified Paths:
--------------
apple-local/branches/llvm/build_gcc
Modified: apple-local/branches/llvm/build_gcc
===================================================================
--- apple-local/branches/llvm/build_gcc 2007-04-27 22:34:56 UTC (rev 126662)
+++ apple-local/branches/llvm/build_gcc 2007-04-28 00:44:37 UTC (rev 126663)
@@ -451,12 +451,6 @@
fi
done
-for t in $TARGETS ; do
- ln -s ../../../libstdc++.6.dylib \
- .$DEST_ROOT/lib/gcc/$t-apple-darwin$DARWIN_VERS/$VERS/libstdc++.dylib \
- || exit 1
-done
-
# include
HEADERPATH=$DEST_ROOT/include/gcc/darwin/$MAJ_VERS
mkdir -p .$HEADERPATH || exit 1
More information about the llvm-commits
mailing list