[llvm-commits] CVS: llvm/configure.ac configure

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 30 14:37:05 PDT 2003


Changes in directory llvm:

configure.ac updated: 1.1.2.3 -> 1.1.2.4
configure updated: 1.1.2.3 -> 1.1.2.4

---
Log message:

Removed the --enable-profiling option.


---
Diffs of the changes:

Index: llvm/configure.ac
diff -u llvm/configure.ac:1.1.2.3 llvm/configure.ac:1.1.2.4
--- llvm/configure.ac:1.1.2.3	Tue Jun 24 17:10:24 2003
+++ llvm/configure.ac	Mon Jun 30 14:35:50 2003
@@ -212,7 +212,6 @@
 dnl **************************************************************************
 AC_ARG_ENABLE(purify,AC_HELP_STRING([--enable-purify],[Compile with purify (default is NO)]), AC_SUBST(ENABLE_PURIFY,[[ENABLE_PURIFY=1]]), AC_SUBST(ENABLE_PURIFY,[[]]))
 AC_ARG_ENABLE(verbose,AC_HELP_STRING([--enable-verbose],[Enable verbose compilation messages (default is NO)]), AC_SUBST(ENABLE_VERBOSE,[[VERBOSE=1]]), AC_SUBST(ENABLE_VERBOSE,[[]]))
-AC_ARG_ENABLE(profiling,AC_HELP_STRING([--enable-profiling],[Compile with profiling information (default is NO)]), AC_SUBST(ENABLE_PROFILING,[[ENABLE_PROFILING=1]]), AC_SUBST(ENABLE_PROFILING,[[]]))
 AC_ARG_ENABLE(optimized,AC_HELP_STRING([--enable-optimized],[Compile with optimizations enabled (default is NO)]), AC_SUBST(ENABLE_OPTIMIZED,[[ENABLE_OPTIMIZED=1]]), AC_SUBST(ENABLE_OPTIMIZED,[[]]))
 AC_ARG_ENABLE(spec,AC_HELP_STRING([--enable-spec],[Compile SPEC benchmarks (default is NO)]), AC_SUBST(USE_SPEC,[[USE_SPEC=1]]), AC_SUBST(USE_SPEC,[[]]))
 AC_ARG_ENABLE(precompiled_bytecode,AC_HELP_STRING([--enable-precompiled_bytecode],[Use pre-compiled bytecode (default is NO)]), AC_SUBST(UPB,[[USE_PRECOMPILED_BYTECODE=1]]), AC_SUBST(UPB,[[]]))
@@ -222,6 +221,12 @@
 	*)
 	         ;;
 esac
+
+dnl
+dnl Removed for now.  It was suggested that profiling is a special option that
+dnl people will not want on by default.
+dnl
+dnl AC_ARG_ENABLE(profiling,AC_HELP_STRING([--enable-profiling],[Compile with profiling information (default is NO)]), AC_SUBST(ENABLE_PROFILING,[[ENABLE_PROFILING=1]]), AC_SUBST(ENABLE_PROFILING,[[]]))
 
 dnl **************************************************************************
 dnl * Set the location of various third-party software packages


Index: llvm/configure
diff -u llvm/configure:1.1.2.3 llvm/configure:1.1.2.4
--- llvm/configure:1.1.2.3	Tue Jun 24 17:10:24 2003
+++ llvm/configure	Mon Jun 30 14:35:50 2003
@@ -1004,7 +1004,6 @@
   --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)
   --enable-precompiled_bytecode
@@ -4297,7 +4296,7 @@
 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 @@
 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 @@
     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 @@
     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
@@ -11457,15 +11456,6 @@
   ENABLE_VERBOSE=
 
 fi;
-# Check whether --enable-profiling or --disable-profiling was given.
-if test "${enable_profiling+set}" = set; then
-  enableval="$enable_profiling"
-  ENABLE_PROFILING=ENABLE_PROFILING=1
-
-else
-  ENABLE_PROFILING=
-
-fi;
 # Check whether --enable-optimized or --disable-optimized was given.
 if test "${enable_optimized+set}" = set; then
   enableval="$enable_optimized"
@@ -11509,6 +11499,7 @@
 esac
 
 
+
 # Check whether --with-spec or --without-spec was given.
 if test "${with_spec+set}" = set; then
   withval="$with_spec"
@@ -12173,7 +12164,6 @@
 s, at MMAP_FILE@,$MMAP_FILE,;t t
 s, at ENABLE_PURIFY@,$ENABLE_PURIFY,;t t
 s, at ENABLE_VERBOSE@,$ENABLE_VERBOSE,;t t
-s, at ENABLE_PROFILING@,$ENABLE_PROFILING,;t t
 s, at ENABLE_OPTIMIZED@,$ENABLE_OPTIMIZED,;t t
 s, at USE_SPEC@,$USE_SPEC,;t t
 s, at UPB@,$UPB,;t t





More information about the llvm-commits mailing list