summaryrefslogtreecommitdiff
path: root/utils/buildit
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
commitac07407acb53f3c9462141928ab18ec07dab43be (patch)
treea6e806fa55853b4ab83b227852fdcf4db2a70ae2 /utils/buildit
parent9dbb018b36d37d9676fe70ac5d928e69ae01b7fb (diff)
downloadllvm-ac07407acb53f3c9462141928ab18ec07dab43be.tar.gz
llvm-ac07407acb53f3c9462141928ab18ec07dab43be.tar.bz2
llvm-ac07407acb53f3c9462141928ab18ec07dab43be.tar.xz
Remove a reference to the C backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/buildit')
-rwxr-xr-xutils/buildit/build_llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm
index 4cf6578f48..5c4909c6f3 100755
--- a/utils/buildit/build_llvm
+++ b/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