summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-12 02:42:05 +0000
committerEric Christopher <echristo@apple.com>2010-10-12 02:42:05 +0000
commit14074e8ec4005f986b831f7cba281fb1c74bfc27 (patch)
treeebead3674bf6a477ba289717368c91cb116d9a40 /configure
parent5532433a574043b516aec26a4dd4b6c8d7fc551e (diff)
downloadllvm-14074e8ec4005f986b831f7cba281fb1c74bfc27.tar.gz
llvm-14074e8ec4005f986b831f7cba281fb1c74bfc27.tar.bz2
llvm-14074e8ec4005f986b831f7cba281fb1c74bfc27.tar.xz
Fix the last two commits to configure - configure is a generated file.
Made necessary edits to configure.ac and regenerated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure
index 365c1d7679..34031375dd 100755
--- a/configure
+++ b/configure
@@ -1415,8 +1415,8 @@ Optional Features:
--enable-targets Build specific host targets: all or
target1,target2,... Valid targets are: host, x86,
x86_64, sparc, powerpc, alpha, arm, mips, spu,
- pic16, xcore, msp430, systemz, blackfin, ptx, cbe,
- and cpp (default=all)
+ xcore, msp430, systemz, blackfin, ptx, cbe, and cpp
+ (default=all)
--enable-cbe-printf-a Enable C Backend output with hex floating point via
%a (default is YES)
--enable-bindings Build specific language bindings:
@@ -5049,7 +5049,6 @@ for target_to_build in $TARGETS_TO_BUILD; do
if test -f ${srcdir}/lib/Target/${target_to_build}/InstPrinter/Makefile ; then
LLVM_ENUM_ASM_PRINTERS="LLVM_ASM_PRINTER($target_to_build) $LLVM_ENUM_ASM_PRINTERS";
fi
-
if test -f ${srcdir}/lib/Target/${target_to_build}/AsmParser/Makefile ; then
LLVM_ENUM_ASM_PARSERS="LLVM_ASM_PARSER($target_to_build) $LLVM_ENUM_ASM_PARSERS";
fi
@@ -11451,7 +11450,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 11454 "configure"
+#line 11453 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H