[llvm-commits] [llvm] r154587 - in /llvm/trunk: autoconf/configure.ac configure
Jean-Daniel Dupas
devlists at shadowlab.org
Thu Apr 12 05:02:40 PDT 2012
Author: jddupas
Date: Thu Apr 12 07:02:39 2012
New Revision: 154587
URL: http://llvm.org/viewvc/llvm-project?rev=154587&view=rev
Log:
Remove a remaining reference to the obsolete C backend in configure
Modified:
llvm/trunk/autoconf/configure.ac
llvm/trunk/configure
Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=154587&r1=154586&r2=154587&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Thu Apr 12 07:02:39 2012
@@ -628,7 +628,7 @@
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
Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=154587&r1=154586&r2=154587&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Thu Apr 12 07:02:39 2012
@@ -1420,7 +1420,7 @@
--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)
More information about the llvm-commits
mailing list