[llvm-commits] [llvm-gcc-4.2] r147389 - /llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos
Bob Wilson
bob.wilson at apple.com
Fri Dec 30 23:06:57 PST 2011
Author: bwilson
Date: Sat Dec 31 01:06:57 2011
New Revision: 147389
URL: http://llvm.org/viewvc/llvm-project?rev=147389&view=rev
Log:
Stop including the default arm slice in libgcc_s.1.dylib.
This is redundant as of svn r145650, which makes the default be armv7, since
there is already an explicit armv7 multilib.
Modified:
llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos
Modified: llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos?rev=147389&r1=147388&r2=147389&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos (original)
+++ llvm-gcc-4.2/trunk/gcc/config/arm/t-slibgcc-iphoneos Sat Dec 31 01:06:57 2011
@@ -47,7 +47,7 @@
MLIBS=`$(GCC_FOR_TARGET) --print-multi-lib \
| sed -e 's/;.*$$//' -e '/^\.$$/d'` ; \
if [ -n "$$MLIBS" ] ; then \
- for mlib in '' $$MLIBS ; do \
+ for mlib in $$MLIBS ; do \
cp ./$${mlib}/libgcc_s.$(SHLIB_SOVERSION)$(SHLIB_EXT).tmp \
./libgcc_s.$(SHLIB_SOVERSION)$(SHLIB_EXT)_T_$${mlib} || exit 1 ; \
done ; \
More information about the llvm-commits
mailing list