summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2013-04-24 02:17:19 +0000
committerJia Liu <proljc@gmail.com>2013-04-24 02:17:19 +0000
commit8e46da20d9004f88a50c1a0e156b7525bea61334 (patch)
treed983459595165ad7cb1cbcac728edc1ccd5a29d5 /projects
parent857eeeced9dbc25b67865c59a09488b34aad16b5 (diff)
downloadllvm-8e46da20d9004f88a50c1a0e156b7525bea61334.tar.gz
llvm-8e46da20d9004f88a50c1a0e156b7525bea61334.tar.bz2
llvm-8e46da20d9004f88a50c1a0e156b7525bea61334.tar.xz
remove cbe backend from sample configure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/autoconf/configure.ac2
-rwxr-xr-xprojects/sample/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/sample/autoconf/configure.ac b/projects/sample/autoconf/configure.ac
index 283bc12bb3..b2c566aa73 100644
--- a/projects/sample/autoconf/configure.ac
+++ b/projects/sample/autoconf/configure.ac
@@ -592,7 +592,7 @@ TARGETS_TO_BUILD=""
AC_ARG_ENABLE([targets],AS_HELP_STRING([--enable-targets],
[Build specific host targets: all or target1,target2,... Valid targets are:
host, x86, x86_64, sparc, powerpc, arm, mips, spu, hexagon,
- xcore, msp430, nvptx, cbe, and cpp (default=all)]),,
+ xcore, msp430, nvptx, and cpp (default=all)]),,
enableval=all)
if test "$enableval" = host-only ; then
enableval=host
diff --git a/projects/sample/configure b/projects/sample/configure
index a8fc4bff7e..eef65565d5 100755
--- a/projects/sample/configure
+++ b/projects/sample/configure
@@ -1406,7 +1406,7 @@ Optional Features:
--enable-targets Build specific host targets: all or
target1,target2,... Valid targets are: host, x86,
x86_64, sparc, powerpc, arm, mips, spu, hexagon,
- xcore, msp430, nvptx, cbe, and cpp (default=all)
+ xcore, msp430, nvptx, and cpp (default=all)
--enable-bindings Build specific language bindings:
all,auto,none,{binding-name} (default=auto)
--enable-libffi Check for the presence of libffi (default is NO)