summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb2052270927ae007d87185d583a2d994c7842877 (patch)
treef6b3202f42c92fb04e959d4fff95080306c5860f /llvm/projects
parent1d5f8f93f8c49a738e7dd9592327c8c956f31067 (diff)
downloadbcm5719-llvm-b2052270927ae007d87185d583a2d994c7842877.tar.gz
bcm5719-llvm-b2052270927ae007d87185d583a2d994c7842877.zip
remove cbe backend from sample configure
llvm-svn: 180169
Diffstat (limited to 'llvm/projects')
-rw-r--r--llvm/projects/sample/autoconf/configure.ac2
-rwxr-xr-xllvm/projects/sample/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/sample/autoconf/configure.ac b/llvm/projects/sample/autoconf/configure.ac
index 283bc12bb34..b2c566aa737 100644
--- a/llvm/projects/sample/autoconf/configure.ac
+++ b/llvm/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/llvm/projects/sample/configure b/llvm/projects/sample/configure
index a8fc4bff7e2..eef65565d55 100755
--- a/llvm/projects/sample/configure
+++ b/llvm/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)
OpenPOWER on IntegriCloud