buildit adjustment

llvm-svn: 109931
This commit is contained in:
Howard Hinnant 2010-07-30 23:15:01 +00:00
parent 3382c2c80d
commit 719ed7d058
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ case $TRIPLE in
*-apple-*)
if [ -z $RC_BUILDIT ]
then
RC_CFLAGS="-arch i386 -arch ppc -arch x86_64"
RC_CFLAGS="-arch i386 -arch x86_64"
fi
SOEXT=dylib
LDSHARED_FLAGS="-o libc++.1.dylib \