summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-04-03 21:50:24 +0000
committerBob Wilson <bob.wilson@apple.com>2012-04-03 21:50:24 +0000
commit5512ec8bae73a72c6920aca76fa674f408781f2e (patch)
tree066fc5d81746a6fe5fffb46ffd499b44d19370a4
parentc392148414b29084171d6769d86e17ea560bdf53 (diff)
downloadbcm5719-llvm-5512ec8bae73a72c6920aca76fa674f408781f2e.tar.gz
bcm5719-llvm-5512ec8bae73a72c6920aca76fa674f408781f2e.zip
Remove a reference to the C backend.
llvm-svn: 153971
-rwxr-xr-xllvm/utils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm
index 4cf6578f483..5c4909c6f34 100755
--- a/llvm/utils/buildit/build_llvm
+++ b/llvm/utils/buildit/build_llvm
@@ -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
OpenPOWER on IntegriCloud