[kaffe] CVS kaffe (robilad): configure.ac: Removed --with-staticbin option.

Kaffe CVS cvs-commits at kaffe.org
Wed Oct 10 12:26:42 PDT 2007


PatchSet 7581 
Date: 2007/10/10 19:25:13
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
2007-10-10  Dalibor Topic  <robilad at kaffe.org>

        * configure.ac: Removed --with-staticbin option.

        * FAQ/FAQ.debugging, developers/FullTest.sh: Removed --with-staticbin.

Members: 
	ChangeLog:1.5078->1.5079 
	configure:1.597->1.598 
	configure.ac:1.270->1.271 
	FAQ/FAQ.debugging:1.6->1.7 
	developers/FullTest.sh:1.3->1.4 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5078 kaffe/ChangeLog:1.5079
--- kaffe/ChangeLog:1.5078	Mon Oct  8 12:39:44 2007
+++ kaffe/ChangeLog	Wed Oct 10 19:25:13 2007
@@ -1,3 +1,9 @@
+2007-10-10  Dalibor Topic  <robilad at kaffe.org>
+
+	* configure.ac: Removed --with-staticbin option.
+
+	* FAQ/FAQ.debugging, developers/FullTest.sh: Removed --with-staticbin.
+
 2007-10-08  Dalibor Topic  <robilad at kaffe.org>
 
 	* config/hpux/linux/md.c: Added empty file to fix build on 
Index: kaffe/configure
diff -u kaffe/configure:1.597 kaffe/configure:1.598
--- kaffe/configure:1.597	Sun Sep 30 11:37:57 2007
+++ kaffe/configure	Wed Oct 10 19:25:13 2007
@@ -1743,8 +1743,6 @@
   --with-includes=dirs    Search specified directories for header files
   --with-libraries=dirs   Search for libraries in specified directories
   --with-staticlib        Force the use of static libraries rather than shared
-  --with-staticbin        Force the creation of a static virtual machine
-                          binary
   --with-staticvm         Force the creation of a static virtual machine
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   --with-pic              try to use only PIC/non-PIC objects [default=use
@@ -6379,20 +6377,6 @@
 fi
 
 
-# Check whether --with-staticbin was given.
-if test "${with_staticbin+set}" = set; then
-  withval=$with_staticbin;
-fi
-
-
-if test x"$with_staticbin" = x"yes" ; then
-	vm_dynamic_binary=no
-	if test x"${with_staticvm+set}" != x"set"; then
-		with_staticvm=yes
-	fi
-fi
-
-
 # Check whether --with-staticvm was given.
 if test "${with_staticvm+set}" = set; then
   withval=$with_staticvm;
@@ -7185,7 +7169,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 7188 "configure"' > conftest.$ac_ext
+  echo '#line 7172 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -9749,11 +9733,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:9752: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9736: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:9756: \$? = $ac_status" >&5
+   echo "$as_me:9740: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -10039,11 +10023,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10042: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10026: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:10046: \$? = $ac_status" >&5
+   echo "$as_me:10030: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -10143,11 +10127,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10146: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10130: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10150: \$? = $ac_status" >&5
+   echo "$as_me:10134: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -12492,7 +12476,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12495 "configure"
+#line 12479 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12592,7 +12576,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12595 "configure"
+#line 12579 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -15016,11 +15000,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15019: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:15003: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:15023: \$? = $ac_status" >&5
+   echo "$as_me:15007: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -15120,11 +15104,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:15123: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:15107: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:15127: \$? = $ac_status" >&5
+   echo "$as_me:15111: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -16682,11 +16666,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:16685: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16669: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:16689: \$? = $ac_status" >&5
+   echo "$as_me:16673: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -16786,11 +16770,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:16789: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16773: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:16793: \$? = $ac_status" >&5
+   echo "$as_me:16777: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -18977,11 +18961,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:18980: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:18964: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:18984: \$? = $ac_status" >&5
+   echo "$as_me:18968: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -19267,11 +19251,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:19270: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:19254: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:19274: \$? = $ac_status" >&5
+   echo "$as_me:19258: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings other than the usual output.
@@ -19371,11 +19355,11 @@
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:19374: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:19358: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:19378: \$? = $ac_status" >&5
+   echo "$as_me:19362: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.270 kaffe/configure.ac:1.271
--- kaffe/configure.ac:1.270	Sun Sep 30 11:37:58 2007
+++ kaffe/configure.ac	Wed Oct 10 19:25:14 2007
@@ -246,17 +246,6 @@
 	fi
 fi
 
-AC_ARG_WITH([staticbin],
-            AS_HELP_STRING([--with-staticbin],
-                           [Force the creation of a static virtual machine binary]))
-
-if test x"$with_staticbin" = x"yes" ; then
-	vm_dynamic_binary=no
-	if test x"${with_staticvm+set}" != x"set"; then
-		with_staticvm=yes
-	fi
-fi
-
 AC_ARG_WITH([staticvm],
             AS_HELP_STRING([--with-staticvm],
                            [Force the creation of a static virtual machine]))
Index: kaffe/FAQ/FAQ.debugging
diff -u kaffe/FAQ/FAQ.debugging:1.6 kaffe/FAQ/FAQ.debugging:1.7
--- kaffe/FAQ/FAQ.debugging:1.6	Mon Apr 18 16:57:14 2005
+++ kaffe/FAQ/FAQ.debugging	Wed Oct 10 19:25:14 2007
@@ -28,7 +28,7 @@
 dynamic loaders and GDB may not be able to find your source files
 when you step into a function that is defined in another directory
 or library.  When configuring Kaffe you can pass the static flags
-     ./configure --with-staticlib --with-staticbin --with-staticvm
+     ./configure --with-staticlib --with-staticvm
 
        
 -vmdebug
Index: kaffe/developers/FullTest.sh
diff -u kaffe/developers/FullTest.sh:1.3 kaffe/developers/FullTest.sh:1.4
--- kaffe/developers/FullTest.sh:1.3	Wed Oct 30 21:17:35 2002
+++ kaffe/developers/FullTest.sh	Wed Oct 10 19:25:14 2007
@@ -110,7 +110,7 @@
 	    case "$s" in 
 		yes)
 		    STATDIR="-static"
-		    CONFIG_STATIC="--with-staticvm --with-staticlib --with-staticbin"
+		    CONFIG_STATIC="--with-staticvm --with-staticlib"
 		    ;;
 		no)
 		    STATDIR=




More information about the kaffe mailing list