Didn't mean to change lib/buildit on the last check in

llvm-svn: 110834
This commit is contained in:
Howard Hinnant 2010-08-11 18:11:36 +00:00
parent 29c8818ad9
commit 824ea8f9cd
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 x86_64 -fno-exceptions -fno-rtti"
RC_CFLAGS="-arch i386 -arch x86_64"
fi
SOEXT=dylib
LDSHARED_FLAGS="-o libc++.1.dylib \