diff options
Diffstat (limited to 'libcxx/lib')
-rwxr-xr-x | libcxx/lib/buildit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 19d195988a2..44e7c3a0600 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 \ |