aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-30 22:16:39 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-30 22:16:39 +0000
commit90ee0adfd7da780464aa80c0da4e6390a0909387 (patch)
treea995348a53f57a1bd881432788fb0c55f7079f6f /configure
parent723ccd615f99b65454e199cda9feb31f2283e787 (diff)
downloadexternal_llvm-90ee0adfd7da780464aa80c0da4e6390a0909387.tar.gz
external_llvm-90ee0adfd7da780464aa80c0da4e6390a0909387.tar.bz2
external_llvm-90ee0adfd7da780464aa80c0da4e6390a0909387.zip
Removed the --enable-verbose option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 4 insertions, 15 deletions
diff --git a/configure b/configure
index 175d14fb6d..335912483f 100755
--- a/configure
+++ b/configure
@@ -1003,7 +1003,6 @@ Optional Features:
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-purify Compile with purify (default is NO)
- --enable-verbose Enable verbose compilation messages (default is NO)
--enable-profiling Compile with profiling information (default is NO)
--enable-optimized Compile with optimizations enabled (default is NO)
--enable-spec Compile SPEC benchmarks (default is NO)
@@ -4297,7 +4296,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4300 "configure"' > conftest.$ac_ext
+ echo '#line 4299 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -4847,7 +4846,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:4850: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:4849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if test -s out/conftest.err; then
@@ -6678,7 +6677,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6681 "configure"
+#line 6680 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -6776,7 +6775,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6779 "configure"
+#line 6778 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11448,15 +11447,6 @@ else
ENABLE_PURIFY=
fi;
-# Check whether --enable-verbose or --disable-verbose was given.
-if test "${enable_verbose+set}" = set; then
- enableval="$enable_verbose"
- ENABLE_VERBOSE=VERBOSE=1
-
-else
- ENABLE_VERBOSE=
-
-fi;
# Check whether --enable-profiling or --disable-profiling was given.
if test "${enable_profiling+set}" = set; then
enableval="$enable_profiling"
@@ -12172,7 +12162,6 @@ s,@ALLOCA@,$ALLOCA,;t t
s,@LIBOBJS@,$LIBOBJS,;t t
s,@MMAP_FILE@,$MMAP_FILE,;t t
s,@ENABLE_PURIFY@,$ENABLE_PURIFY,;t t
-s,@ENABLE_VERBOSE@,$ENABLE_VERBOSE,;t t
s,@ENABLE_PROFILING@,$ENABLE_PROFILING,;t t
s,@ENABLE_OPTIMIZED@,$ENABLE_OPTIMIZED,;t t
s,@USE_SPEC@,$USE_SPEC,;t t