change RC_BUILDIT to RC_XBS for detecting Apple build environment

llvm-svn: 130970
This commit is contained in:
Nick Kledzik 2011-05-06 01:13:20 +00:00
parent 58dad7d978
commit f9ad245c90
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ fi
case $TRIPLE in
*-apple-*)
if [ -z $RC_BUILDIT ]
if [ -z $RC_XBS ]
then
RC_CFLAGS="-arch i386 -arch x86_64"
fi
@ -79,7 +79,7 @@ case $TRIPLE in
;;
esac
if [ -z $RC_BUILDIT ]
if [ -z $RC_XBS ]
then
rm -f libc++.1.$SOEXT*
fi
@ -95,7 +95,7 @@ $CC *.o $RC_CFLAGS $LDSHARED_FLAGS $EXTRA_FLAGS
#libtool -static -o libc++.a *.o
if [ -z $RC_BUILDIT ]
if [ -z $RC_XBS ]
then
rm *.o
fi