Remove a reference to the C backend.
[oota-llvm.git] / 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