Browse Source

buildit adjustment

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109931 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 years ago
parent
commit
45783d2dfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/buildit

+ 1 - 1
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 \