Remove a remaining reference to the obsolete C backend in configure
authorJean-Daniel Dupas <devlists@shadowlab.org>
Thu, 12 Apr 2012 12:02:39 +0000 (12:02 +0000)
committerJean-Daniel Dupas <devlists@shadowlab.org>
Thu, 12 Apr 2012 12:02:39 +0000 (12:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154587 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac
configure

index 884a21b1410e8c0d4fb8cde5afa4dd4aba1d0b9d..0a2c8b69ddd5b0fd4bfdc996691cde62bf756ad0 100644 (file)
@@ -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
index 8ff4e62a61e2dcaa096407c3fec6b75dad7b5960..e87160d75c4c81d5ee01d52599e94ecb76b83cf5 100755 (executable)
--- 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)