Stop building PPC parts on OSX. Radar 8637926.
authorStuart Hastings <stuart@apple.com>
Tue, 8 Mar 2011 19:28:28 +0000 (19:28 +0000)
committerStuart Hastings <stuart@apple.com>
Tue, 8 Mar 2011 19:28:28 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127262 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 38b0bfd3848dee2cb0792507022f5a5f7a2d3b1b..5665e4cf8b589a5e7727f41e4e29636b808068f9 100755 (executable)
@@ -132,7 +132,7 @@ elif [ "$IOS_SIM_BUILD" = yes ]; then
   configure_opts="--enable-targets=x86 --host=i686-apple-darwin_sim \
                   --build=i686-apple-darwin10"
 else
-  configure_opts="--enable-targets=arm,x86,powerpc,cbe"
+  configure_opts="--enable-targets=arm,x86,cbe"
 fi
 
 if [ \! -f Makefile.config ]; then
@@ -261,7 +261,7 @@ elif [ $MACOSX_DEPLOYMENT_TARGET = "10.5" ]; then
         -exec lipo -extract ppc7400 -extract i386 {} -output {} \;
 else
     find . -perm 755 -type f \! \( -name '*gccas' -o -name '*gccld' -o -name llvm-config \) \
-        -exec lipo -extract ppc7400 -extract i386 -extract x86_64 {} -output {} \;
+        -exec lipo -extract i386 -extract x86_64 {} -output {} \;
 fi
 
 # The Hello dylib is an example of how to build a pass.