Remove a reference to the C backend.
authorBob Wilson <bob.wilson@apple.com>
Tue, 3 Apr 2012 21:50:24 +0000 (21:50 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 3 Apr 2012 21:50:24 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153971 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 4cf6578f48357f1b7e576c6fcbcf99f863768317..5c4909c6f340d346eca223451e04c8f3190ea11f 100755 (executable)
@@ -117,7 +117,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,cbe"
+  configure_opts="--enable-targets=arm,x86"
 fi
 
 if [ \! -f Makefile.config ]; then