diff options
| author | Jia Liu <proljc@gmail.com> | 2013-04-24 02:17:19 +0000 |
|---|---|---|
| committer | Jia Liu <proljc@gmail.com> | 2013-04-24 02:17:19 +0000 |
| commit | b2052270927ae007d87185d583a2d994c7842877 (patch) | |
| tree | f6b3202f42c92fb04e959d4fff95080306c5860f /llvm/projects | |
| parent | 1d5f8f93f8c49a738e7dd9592327c8c956f31067 (diff) | |
| download | bcm5719-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.ac | 2 | ||||
| -rwxr-xr-x | llvm/projects/sample/configure | 2 |
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) |

