From 8e46da20d9004f88a50c1a0e156b7525bea61334 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Wed, 24 Apr 2013 02:17:19 +0000 Subject: [PATCH] remove cbe backend from sample configure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180169 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/sample/autoconf/configure.ac | 2 +- projects/sample/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/sample/autoconf/configure.ac b/projects/sample/autoconf/configure.ac index 283bc12bb34..b2c566aa737 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 a8fc4bff7e2..eef65565d55 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) -- 2.34.1