From 719ed7d058d4bbdf3eea51addd2f64ff3643a3f3 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 30 Jul 2010 23:15:01 +0000 Subject: [PATCH] buildit adjustment llvm-svn: 109931 --- libcxx/lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 19d195988a2c..44e7c3a06003 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -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 \