forked from OSchip/llvm-project
remove cbe backend from sample configure
llvm-svn: 180169
This commit is contained in:
parent
1d5f8f93f8
commit
b205227092
llvm/projects/sample
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue