remove cbe backend from sample configure
authorJia Liu <proljc@gmail.com>
Wed, 24 Apr 2013 02:17:19 +0000 (02:17 +0000)
committerJia Liu <proljc@gmail.com>
Wed, 24 Apr 2013 02:17:19 +0000 (02:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180169 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/autoconf/configure.ac
projects/sample/configure

index 283bc12bb342a2ceb6bc500cb22fb83295fb50b5..b2c566aa7374bcf9fe3d946930ed9f197c01a103 100644 (file)
@@ -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
index a8fc4bff7e2783fa2b3d737365760a21da049ddb..eef65565d55648b0d45aaa0abf002d4cfc90301f 100755 (executable)
@@ -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)