summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2012-04-12 12:02:39 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2012-04-12 12:02:39 +0000
commit0ce12d5a078a00f56d9470cfb951857b2a89ac06 (patch)
tree16fea5e2b989c8212b16221fbb7593b96e35aad7
parentbf596c9c61c8d9ad6e69ead78555902d569c650a (diff)
downloadexternal_llvm-0ce12d5a078a00f56d9470cfb951857b2a89ac06.zip
external_llvm-0ce12d5a078a00f56d9470cfb951857b2a89ac06.tar.gz
external_llvm-0ce12d5a078a00f56d9470cfb951857b2a89ac06.tar.bz2
Remove a remaining reference to the obsolete C backend in configure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154587 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 884a21b..0a2c8b6 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -628,7 +628,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, ptx, cbe, and cpp (default=all)]),,
+ xcore, msp430, ptx, and cpp (default=all)]),,
enableval=all)
if test "$enableval" = host-only ; then
enableval=host
diff --git a/configure b/configure
index 8ff4e62..e87160d 100755
--- a/configure
+++ b/configure
@@ -1420,7 +1420,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, ptx, cbe, and cpp (default=all)
+ xcore, msp430, ptx, 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)