[kaffe] CVS kaffe (robilad): removed support for native big math

Kaffe CVS cvs-commits at kaffe.org
Sat Feb 2 08:00:38 PST 2008


PatchSet 7729 
Date: 2008/02/02 15:58:10
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
removed support for native big math

2008-02-02  Dalibor Topic  <robilad at kaffe.org>

* libraries/clib/math/BigInteger.c,
libraries/clib/math/.cvsignore,
libraries/clib/math/Makefile.am,
libraries/clib/math/Makefile.in,
libraries/javalib/gmp-math/.cvsignore,
libraries/javalib/gmp-math/Makefile.am,
libraries/javalib/gmp-math/Makefile.in,
libraries/javalib/gmp-math/java/math/BigDecimal.java,
libraries/javalib/gmp-math/java/math/BigInteger.java:
Removed.

* configure.ac: Removed checks for GNU MP and native math.

* libraries/clib/Makefile.am (SUBDIRS):
Removed math dir.

* libraries/javalib/Makefile.am (SUBDIRS): Removed
gmp-math dir.

Members: 
	ChangeLog:1.5230->1.5231 
	Makefile.in:1.312->1.313 
	aclocal.m4:1.143->1.144 
	configure:1.638->1.639 
	configure.ac:1.308->1.309 
	config/Makefile.in:1.256->1.257 
	config/config.h.in:1.182->1.183 
	include/Makefile.in:1.320->1.321 
	kaffe/Makefile.in:1.205->1.206 
	kaffe/jvmpi/Makefile.in:1.131->1.132 
	kaffe/kaffe/Makefile.in:1.230->1.231 
	kaffe/kaffeh/Makefile.in:1.212->1.213 
	kaffe/kaffevm/Makefile.in:1.286->1.287 
	kaffe/kaffevm/boehm-gc/Makefile.in:1.96->1.97 
	kaffe/kaffevm/gcj/Makefile.in:1.185->1.186 
	kaffe/kaffevm/intrp/Makefile.in:1.194->1.195 
	kaffe/kaffevm/jit/Makefile.in:1.204->1.205 
	kaffe/kaffevm/jit3/Makefile.in:1.174->1.175 
	kaffe/kaffevm/kaffe-gc/Makefile.in:1.94->1.95 
	kaffe/kaffevm/systems/Makefile.in:1.194->1.195 
	kaffe/kaffevm/systems/beos-native/Makefile.in:1.185->1.186 
	kaffe/kaffevm/systems/drops-l4threads/Makefile.in:1.49->1.50 
	kaffe/kaffevm/systems/oskit-pthreads/Makefile.in:1.191->1.192 
	kaffe/kaffevm/systems/unix-jthreads/Makefile.in:1.195->1.196 
	kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.171->1.172 
	kaffe/man/Makefile.in:1.192->1.193 
	kaffe/scripts/Makefile.in:1.238->1.239 
	kaffe/scripts/bat/Makefile.in:1.185->1.186 
	kaffe/scripts/compat/Makefile.in:1.213->1.214 
	kaffe/xprof/Makefile.in:1.161->1.162 
	libraries/Makefile.in:1.188->1.189 
	libraries/clib/Makefile.am:1.33->1.34 
	libraries/clib/Makefile.in:1.210->1.211 
	libraries/clib/awt/Makefile.in:1.203->1.204 
	libraries/clib/awt/X/Makefile.in:1.199->1.200 
	libraries/clib/awt/nano-X/Makefile.in:1.70->1.71 
	libraries/clib/awt/qt/Makefile.in:1.151->1.152 
	libraries/clib/awt/xynth/Makefile.in:1.26->1.27 
	libraries/clib/math/.cvsignore:1.1->1.2(DEAD) 
	libraries/clib/math/BigInteger.c:1.31->1.32(DEAD) 
	libraries/clib/math/Makefile.am:1.14->1.15(DEAD) 
	libraries/clib/math/Makefile.in:1.201->1.202(DEAD) 
	libraries/clib/zip/Makefile.in:1.208->1.209 
	libraries/javalib/Makefile.am:1.467->1.468 
	libraries/javalib/Makefile.in:1.601->1.602 
	libraries/javalib/awt-implementations/Makefile.in:1.82->1.83 
	libraries/javalib/awt-implementations/kaffe/Makefile.in:1.105->1.106 
	libraries/javalib/gmp-math/.cvsignore:1.1->1.2(DEAD) 
	libraries/javalib/gmp-math/Makefile.am:1.14->1.15(DEAD) 
	libraries/javalib/gmp-math/Makefile.in:1.91->1.92(DEAD) 
	libraries/javalib/gmp-math/java/math/BigDecimal.java:1.1->1.2(DEAD) 
	libraries/javalib/gmp-math/java/math/BigInteger.java:1.3->1.4(DEAD) 
	libraries/javalib/vmspecific/Makefile.in:1.34->1.35 
	libraries/javalib/zlib-zip/Makefile.in:1.32->1.33 
	replace/Makefile.in:1.148->1.149 
	test/Makefile.in:1.197->1.198 
	test/internal/Makefile.in:1.173->1.174 
	test/jni/Makefile.in:1.105->1.106 
	test/regression/Makefile.in:1.276->1.277 
	test/regression/compile_time/Makefile.in:1.125->1.126 
	test/regression/compiler/Makefile.in:1.109->1.110 
	test/regression/run_time/Makefile.in:1.124->1.125 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5230 kaffe/ChangeLog:1.5231
--- kaffe/ChangeLog:1.5230	Sat Feb  2 15:38:22 2008
+++ kaffe/ChangeLog	Sat Feb  2 15:58:10 2008
@@ -1,5 +1,26 @@
 2008-02-02  Dalibor Topic  <robilad at kaffe.org>
 
+	* libraries/clib/math/BigInteger.c,
+	libraries/clib/math/.cvsignore,
+	libraries/clib/math/Makefile.am,
+	libraries/clib/math/Makefile.in,
+	libraries/javalib/gmp-math/.cvsignore,
+	libraries/javalib/gmp-math/Makefile.am,
+	libraries/javalib/gmp-math/Makefile.in,
+	libraries/javalib/gmp-math/java/math/BigDecimal.java,
+	libraries/javalib/gmp-math/java/math/BigInteger.java:
+	Removed.
+
+	* configure.ac: Removed checks for GNU MP and native math.
+
+	* libraries/clib/Makefile.am (SUBDIRS): 
+	Removed math dir.
+
+	* libraries/javalib/Makefile.am (SUBDIRS): Removed
+	gmp-math dir.
+
+2008-02-02  Dalibor Topic  <robilad at kaffe.org>
+
 	* WHATSNEW: Documented JAR reading dependency change.
 
 	* TODO: Updated.
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.312 kaffe/Makefile.in:1.313
--- kaffe/Makefile.in:1.312	Sat Feb  2 15:26:40 2008
+++ kaffe/Makefile.in	Sat Feb  2 15:58:10 2008
@@ -63,13 +63,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -176,7 +175,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -189,7 +187,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MKTEMP = @MKTEMP@
@@ -229,7 +226,6 @@
 THREAD_DIR = @THREAD_DIR@
 THREAD_SYSTEM = @THREAD_SYSTEM@
 UIC = @UIC@
-USE_GMP = @USE_GMP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 VM_LIBS = @VM_LIBS@
Index: kaffe/aclocal.m4
diff -u kaffe/aclocal.m4:1.143 kaffe/aclocal.m4:1.144
--- kaffe/aclocal.m4:1.143	Tue Jan 22 23:21:21 2008
+++ kaffe/aclocal.m4	Sat Feb  2 15:58:10 2008
@@ -8127,7 +8127,6 @@
 m4_include([m4/gcc_attribute.m4])
 m4_include([m4/gettext.m4])
 m4_include([m4/glibcver.m4])
-m4_include([m4/gmp.m4])
 m4_include([m4/gwqt.m4])
 m4_include([m4/iconv.m4])
 m4_include([m4/lcmessage.m4])
Index: kaffe/configure
diff -u kaffe/configure:1.638 kaffe/configure:1.639
--- kaffe/configure:1.638	Sat Feb  2 15:26:40 2008
+++ kaffe/configure	Sat Feb  2 15:58:10 2008
@@ -972,8 +972,6 @@
 HAVE_JASMIN_FALSE
 KAFFE_LIBS
 M_LIBS
-LIBADD_GMP
-USE_GMP
 GC_NAME
 HAVE_GCJ_SUPPORT_TRUE
 HAVE_GCJ_SUPPORT_FALSE
@@ -1008,9 +1006,6 @@
 ZZIP_LIBS
 COND_ZLIB_ZIP_TRUE
 COND_ZLIB_ZIP_FALSE
-COND_PURE_JAVA_MATH_TRUE
-COND_PURE_JAVA_MATH_FALSE
-MATH_LIB
 DLOPEN_JAVA_LIBS
 OPT_DLOPEN_JAVA_LIBS
 KLIBFLAGS
@@ -1673,8 +1668,6 @@
   --disable-xawt-xi18n    disable build of Xi18n support of Xlib AWT backend
                           (enabled by default)
   --enable-zlib-zip       Enable java.util.zip implementation using zlib
-  --disable-pure-java-math
-                          Disable pure java java.math.* package
   --disable-direct-threading
                           Use switched interpreter instead of direct-threading
 
@@ -1720,7 +1713,6 @@
                           installation directory of Java core library headers
                           [default=/usr/local/classpath/include]
   --with-libffi           Use libffi for sysdepCallMethod
-  --without-gmp           don't use GNU multiple precision arithmetic library
   --with-gc=GC            Force use given execution engine (kaffe-gc or
                           boehm-gc)
   --with-stats            Gather statistics on vm execution
@@ -7039,7 +7031,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 7042 "configure"' > conftest.$ac_ext
+  echo '#line 7034 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -9599,11 +9591,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:9602: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9594: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:9606: \$? = $ac_status" >&5
+   echo "$as_me:9598: \$? = $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.
@@ -9889,11 +9881,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:9892: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9884: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:9896: \$? = $ac_status" >&5
+   echo "$as_me:9888: \$? = $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.
@@ -9993,11 +9985,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:9996: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:9988: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10000: \$? = $ac_status" >&5
+   echo "$as_me:9992: \$? = $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
@@ -12355,7 +12347,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12358 "configure"
+#line 12350 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12455,7 +12447,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12458 "configure"
+#line 12450 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -14875,11 +14867,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:14878: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:14870: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:14882: \$? = $ac_status" >&5
+   echo "$as_me:14874: \$? = $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.
@@ -14979,11 +14971,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:14982: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:14974: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:14986: \$? = $ac_status" >&5
+   echo "$as_me:14978: \$? = $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
@@ -16556,11 +16548,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:16559: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16551: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:16563: \$? = $ac_status" >&5
+   echo "$as_me:16555: \$? = $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.
@@ -16660,11 +16652,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:16663: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:16655: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:16667: \$? = $ac_status" >&5
+   echo "$as_me:16659: \$? = $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
@@ -18860,11 +18852,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:18863: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:18855: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:18867: \$? = $ac_status" >&5
+   echo "$as_me:18859: \$? = $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.
@@ -19150,11 +19142,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:19153: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:19145: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:19157: \$? = $ac_status" >&5
+   echo "$as_me:19149: \$? = $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.
@@ -19254,11 +19246,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:19257: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:19249: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:19261: \$? = $ac_status" >&5
+   echo "$as_me:19253: \$? = $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
@@ -25809,7 +25801,7 @@
 JAVA_TEST=Test.java
 CLASS_TEST=Test.class
 cat << \EOF > $JAVA_TEST
-/* #line 25812 "configure" */
+/* #line 25804 "configure" */
 public class Test {
 }
 EOF
@@ -29593,170 +29585,6 @@
 esac
 
 
-for ac_header in gmp.h
-do
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-$ac_includes_default
-
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-  (eval "$ac_compile") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-	 test -z "$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then
-  eval "$as_ac_Header=yes"
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	eval "$as_ac_Header=no"
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-ac_res=`eval echo '${'$as_ac_Header'}'`
-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
-echo "${ECHO_T}$ac_res" >&6; }
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
-  cat >>confdefs.h <<_ACEOF
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-
-# Some versions of gmp provide mpq_init as a macro, so we need to
-# include the header file, otherwise the detection will fail.
-m4_gmp_save_LIBS="$LIBS"
-LIBS="$LIBS -lgmp"
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h.  */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h.  */
-#if HAVE_GMP_H
-#  include <gmp.h>
-#endif
-int
-main ()
-{
-mpq_t n; mpq_init (n);
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.$ac_objext conftest$ac_exeext
-if { (ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-  (eval "$ac_link") 2>conftest.er1
-  ac_status=$?
-  grep -v '^ *+' conftest.er1 >conftest.err
-  rm -f conftest.er1
-  cat conftest.err >&5
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-  (exit $ac_status); } && {
-	 test -z "$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest$ac_exeext &&
-       $as_test_x conftest$ac_exeext; then
-  LIBADD_GMP=-lgmp
-else
-  echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
-      conftest$ac_exeext conftest.$ac_ext
-LIBS=$m4_gmp_save_LIBS
-
-
-{ echo "$as_me:$LINENO: checking if using GNU multiple precision arithmetic library" >&5
-echo $ECHO_N "checking if using GNU multiple precision arithmetic library... $ECHO_C" >&6; }
-if test "${m4_cv_using_lib_gmp+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-
-# Check whether --with-gmp was given.
-if test "${with_gmp+set}" = set; then
-  withval=$with_gmp; use_gmp=$withval
-else
-  use_gmp=yes
-fi
-
-
-case $use_gmp:$LIBADD_GMP:$ac_cv_header_gmp_h in
-  *::yes)
-    { echo "$as_me:$LINENO: WARNING: gmp library not found or does not appear to work
-                 but \`gmp.h' is present" >&5
-echo "$as_me: WARNING: gmp library not found or does not appear to work
-                 but \`gmp.h' is present" >&2;}
-    m4_cv_using_lib_gmp=no
-    ;;
-  *:-lgmp:no)
-    { echo "$as_me:$LINENO: WARNING: gmp works but \`gmp.h' is missing" >&5
-echo "$as_me: WARNING: gmp works but \`gmp.h' is missing" >&2;}
-    m4_cv_using_lib_gmp=no
-    ;;
-  yes:*:yes)
-    m4_cv_using_lib_gmp=yes
-    ;;
-  no:*)
-    m4_cv_using_lib_gmp=no
-    ;;
-esac
-
-fi
-{ echo "$as_me:$LINENO: result: $m4_cv_using_lib_gmp" >&5
-echo "${ECHO_T}$m4_cv_using_lib_gmp" >&6; }
-
-# Don't try to link in libgmp if we are not using it after the last call
-if test "$m4_cv_using_lib_gmp" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define USE_GMP 1
-_ACEOF
-
-fi
-
-USE_GMP=$m4_cv_using_lib_gmp
-
-
-
-
 
 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
@@ -41926,47 +41754,6 @@
 
 
 
-# Check whether --enable-pure_java_math was given.
-if test "${enable_pure_java_math+set}" = set; then
-  enableval=$enable_pure_java_math;
-else
-  enable_pure_java_math=yes
-fi
-
-
- if test x"$enable_pure_java_math" = x"yes"; then
-  COND_PURE_JAVA_MATH_TRUE=
-  COND_PURE_JAVA_MATH_FALSE='#'
-else
-  COND_PURE_JAVA_MATH_TRUE='#'
-  COND_PURE_JAVA_MATH_FALSE=
-fi
-
-
-if test x"$enable_pure_java_math" = x"yes"; then
-  { echo "$as_me:$LINENO: Using GNU Classpath's java.math library" >&5
-echo "$as_me: Using GNU Classpath's java.math library" >&6;}
-else
-  { echo "$as_me:$LINENO: Using Kaffe's java.math library" >&5
-echo "$as_me: Using Kaffe's java.math library" >&6;}
-       MATH_LIB="\$(top_builddir)/libraries/clib/math/libmath.la"
-
-
-       if test x"$ac_cv_lib_gmp_mpz_get_d" = x"no"; then
-  if test x"$ac_cv_lib_gmp___gmpz_get_d" = x"no"; then
-  { { echo "$as_me:$LINENO: error: Could not find GNU MP library.  Install the gmp development package
-elif or pass --enable-pure-java-math to configure." >&5
-echo "$as_me: error: Could not find GNU MP library.  Install the gmp development package; then
-  or pass --enable-pure-java-math to configure." >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-fi
-
-fi
-
-
-
 { echo "$as_me:$LINENO: checking if malloc debugging is wanted" >&5
 echo $ECHO_N "checking if malloc debugging is wanted... $ECHO_C" >&6; }
 
@@ -42576,8 +42363,6 @@
 
 ac_config_files="$ac_config_files libraries/javalib/awt-implementations/kaffe/Makefile"
 
-ac_config_files="$ac_config_files libraries/javalib/gmp-math/Makefile"
-
 ac_config_files="$ac_config_files libraries/javalib/zlib-zip/Makefile"
 
 ac_config_files="$ac_config_files libraries/javalib/vmspecific/Makefile"
@@ -42586,8 +42371,6 @@
 
 ac_config_files="$ac_config_files libraries/clib/zip/Makefile"
 
-ac_config_files="$ac_config_files libraries/clib/math/Makefile"
-
 ac_config_files="$ac_config_files libraries/clib/awt/Makefile"
 
 ac_config_files="$ac_config_files libraries/clib/awt/X/Makefile"
@@ -42913,13 +42696,6 @@
 Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }
 fi
-if test -z "${COND_PURE_JAVA_MATH_TRUE}" && test -z "${COND_PURE_JAVA_MATH_FALSE}"; then
-  { { echo "$as_me:$LINENO: error: conditional \"COND_PURE_JAVA_MATH\" was never defined.
-Usually this means the macro was only invoked conditionally." >&5
-echo "$as_me: error: conditional \"COND_PURE_JAVA_MATH\" was never defined.
-Usually this means the macro was only invoked conditionally." >&2;}
-   { (exit 1); exit 1; }; }
-fi
 if test -z "${COND_DIRECT_THREADING_TRUE}" && test -z "${COND_DIRECT_THREADING_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"COND_DIRECT_THREADING\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5
@@ -43459,12 +43235,10 @@
     "libraries/javalib/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/Makefile" ;;
     "libraries/javalib/awt-implementations/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/awt-implementations/Makefile" ;;
     "libraries/javalib/awt-implementations/kaffe/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/awt-implementations/kaffe/Makefile" ;;
-    "libraries/javalib/gmp-math/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/gmp-math/Makefile" ;;
     "libraries/javalib/zlib-zip/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/zlib-zip/Makefile" ;;
     "libraries/javalib/vmspecific/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/javalib/vmspecific/Makefile" ;;
     "libraries/clib/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/Makefile" ;;
     "libraries/clib/zip/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/zip/Makefile" ;;
-    "libraries/clib/math/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/math/Makefile" ;;
     "libraries/clib/awt/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/awt/Makefile" ;;
     "libraries/clib/awt/X/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/awt/X/Makefile" ;;
     "libraries/clib/awt/qt/Makefile") CONFIG_FILES="$CONFIG_FILES libraries/clib/awt/qt/Makefile" ;;
@@ -43801,8 +43575,8 @@
 HAVE_JASMIN_FALSE!$HAVE_JASMIN_FALSE$ac_delim
 KAFFE_LIBS!$KAFFE_LIBS$ac_delim
 M_LIBS!$M_LIBS$ac_delim
-LIBADD_GMP!$LIBADD_GMP$ac_delim
-USE_GMP!$USE_GMP$ac_delim
+GC_NAME!$GC_NAME$ac_delim
+HAVE_GCJ_SUPPORT_TRUE!$HAVE_GCJ_SUPPORT_TRUE$ac_delim
 _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -43844,8 +43618,6 @@
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
-GC_NAME!$GC_NAME$ac_delim
-HAVE_GCJ_SUPPORT_TRUE!$HAVE_GCJ_SUPPORT_TRUE$ac_delim
 HAVE_GCJ_SUPPORT_FALSE!$HAVE_GCJ_SUPPORT_FALSE$ac_delim
 LIBOBJS!$LIBOBJS$ac_delim
 COND_NATIVE_AWT_TRUE!$COND_NATIVE_AWT_TRUE$ac_delim
@@ -43878,9 +43650,6 @@
 ZZIP_LIBS!$ZZIP_LIBS$ac_delim
 COND_ZLIB_ZIP_TRUE!$COND_ZLIB_ZIP_TRUE$ac_delim
 COND_ZLIB_ZIP_FALSE!$COND_ZLIB_ZIP_FALSE$ac_delim
-COND_PURE_JAVA_MATH_TRUE!$COND_PURE_JAVA_MATH_TRUE$ac_delim
-COND_PURE_JAVA_MATH_FALSE!$COND_PURE_JAVA_MATH_FALSE$ac_delim
-MATH_LIB!$MATH_LIB$ac_delim
 DLOPEN_JAVA_LIBS!$DLOPEN_JAVA_LIBS$ac_delim
 OPT_DLOPEN_JAVA_LIBS!$OPT_DLOPEN_JAVA_LIBS$ac_delim
 KLIBFLAGS!$KLIBFLAGS$ac_delim
@@ -43908,7 +43677,7 @@
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 62; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 57; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.308 kaffe/configure.ac:1.309
--- kaffe/configure.ac:1.308	Sat Feb  2 15:26:40 2008
+++ kaffe/configure.ac	Sat Feb  2 15:58:10 2008
@@ -896,8 +896,6 @@
 	AC_CHECK_LIBRARY(gcc,__moddi3,VM_LIBS);;
 esac
 
-m4_LIB_GMP
-
 dnl -------------------------------------------------------------------------
 
 dnl =========================================================================
@@ -1581,26 +1579,6 @@
 AM_CONDITIONAL([COND_ZLIB_ZIP], [test x"$enable_zlib_zip" = x"yes"])
 
 dnl -----------------------------------------------------------------------
-dnl                 Pure java imlementation of java.math.*
-dnl -----------------------------------------------------------------------
-
-AC_ARG_ENABLE([pure_java_math],
-  AS_HELP_STRING([--disable-pure-java-math], [Disable pure java java.math.* package]),
-  [],
-  [enable_pure_java_math=yes])
-
-AM_CONDITIONAL([COND_PURE_JAVA_MATH], [test x"$enable_pure_java_math" = x"yes"])
-
-AS_IF([test x"$enable_pure_java_math" = x"yes"],
-      [AC_MSG_NOTICE([Using GNU Classpath's java.math library])],
-      [AC_MSG_NOTICE([Using Kaffe's java.math library])
-       AC_SUBST([MATH_LIB], ["\$(top_builddir)/libraries/clib/math/libmath.la"])
-
-       AS_IF([test x"$ac_cv_lib_gmp_mpz_get_d" = x"no"],
-             AS_IF([test x"$ac_cv_lib_gmp___gmpz_get_d" = x"no"],
-                   [AC_MSG_ERROR([Could not find GNU MP library.  Install the gmp development package, or pass --enable-pure-java-math to configure.])]))])
-
-dnl -----------------------------------------------------------------------
 dnl                    Memory debugging support
 dnl -----------------------------------------------------------------------
 
@@ -1833,12 +1811,10 @@
 AC_CONFIG_FILES([libraries/javalib/Makefile])
 AC_CONFIG_FILES([libraries/javalib/awt-implementations/Makefile])
 AC_CONFIG_FILES([libraries/javalib/awt-implementations/kaffe/Makefile])
-AC_CONFIG_FILES([libraries/javalib/gmp-math/Makefile])
 AC_CONFIG_FILES([libraries/javalib/zlib-zip/Makefile])
 AC_CONFIG_FILES([libraries/javalib/vmspecific/Makefile])
 AC_CONFIG_FILES([libraries/clib/Makefile])
 AC_CONFIG_FILES([libraries/clib/zip/Makefile])
-AC_CONFIG_FILES([libraries/clib/math/Makefile])
 AC_CONFIG_FILES([libraries/clib/awt/Makefile])
 AC_CONFIG_FILES([libraries/clib/awt/X/Makefile])
 AC_CONFIG_FILES([libraries/clib/awt/qt/Makefile])
Index: kaffe/config/Makefile.in
diff -u kaffe/config/Makefile.in:1.256 kaffe/config/Makefile.in:1.257
--- kaffe/config/Makefile.in:1.256	Sat Feb  2 15:26:43 2008
+++ kaffe/config/Makefile.in	Sat Feb  2 15:58:12 2008
@@ -58,13 +58,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -150,7 +149,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -163,7 +161,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MKTEMP = @MKTEMP@
@@ -203,7 +200,6 @@
 THREAD_DIR = @THREAD_DIR@
 THREAD_SYSTEM = @THREAD_SYSTEM@
 UIC = @UIC@
-USE_GMP = @USE_GMP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 VM_LIBS = @VM_LIBS@
Index: kaffe/config/config.h.in
diff -u kaffe/config/config.h.in:1.182 kaffe/config/config.h.in:1.183
--- kaffe/config/config.h.in:1.182	Sat Feb  2 15:26:43 2008
+++ kaffe/config/config.h.in	Sat Feb  2 15:58:13 2008
@@ -571,9 +571,6 @@
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
-/* Define to 1 if using the GNU multiple precision library. */
-#undef USE_GMP
-
 /* Define if va_list is an array */
 #undef VA_LIST_IS_ARRAY
 
Index: kaffe/include/Makefile.in
diff -u kaffe/include/Makefile.in:1.320 kaffe/include/Makefile.in:1.321
--- kaffe/include/Makefile.in:1.320	Sat Feb  2 15:26:44 2008
+++ kaffe/include/Makefile.in	Sat Feb  2 15:58:14 2008
@@ -60,13 +60,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -165,7 +164,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -178,7 +176,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MKTEMP = @MKTEMP@
@@ -218,7 +215,6 @@
 THREAD_DIR = @THREAD_DIR@
 THREAD_SYSTEM = @THREAD_SYSTEM@
 UIC = @UIC@
-USE_GMP = @USE_GMP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 VM_LIBS = @VM_LIBS@
Index: kaffe/kaffe/Makefile.in
diff -u kaffe/kaffe/Makefile.in:1.205 kaffe/kaffe/Makefile.in:1.206
--- kaffe/kaffe/Makefile.in:1.205	Sat Feb  2 15:26:45 2008
+++ kaffe/kaffe/Makefile.in	Sat Feb  2 15:58:14 2008
@@ -53,13 +53,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -154,7 +153,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -167,7 +165,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MKTEMP = @MKTEMP@
@@ -207,7 +204,6 @@
 THREAD_DIR = @THREAD_DIR@
 THREAD_SYSTEM = @THREAD_SYSTEM@
 UIC = @UIC@
-USE_GMP = @USE_GMP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 VM_LIBS = @VM_LIBS@
Index: kaffe/kaffe/jvmpi/Makefile.in
diff -u kaffe/kaffe/jvmpi/Makefile.in:1.131 kaffe/kaffe/jvmpi/Makefile.in:1.132
--- kaffe/kaffe/jvmpi/Makefile.in:1.131	Sat Feb  2 15:26:46 2008
+++ kaffe/kaffe/jvmpi/Makefile.in	Sat Feb  2 15:58:15 2008
@@ -46,13 +46,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -163,7 +162,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -176,7 +174,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@
 MKINSTALLDIRS = @MKINSTALLDIRS@
 MKTEMP = @MKTEMP@
@@ -216,7 +213,6 @@
 THREAD_DIR = @THREAD_DIR@
 THREAD_SYSTEM = @THREAD_SYSTEM@
 UIC = @UIC@
-USE_GMP = @USE_GMP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 VM_LIBS = @VM_LIBS@
Index: kaffe/kaffe/kaffe/Makefile.in
diff -u kaffe/kaffe/kaffe/Makefile.in:1.230 kaffe/kaffe/kaffe/Makefile.in:1.231
--- kaffe/kaffe/kaffe/Makefile.in:1.230	Sat Feb  2 15:26:46 2008
+++ kaffe/kaffe/kaffe/Makefile.in	Sat Feb  2 15:58:15 2008
@@ -55,13 +55,12 @@
 	$(top_srcdir)/m4/classpath.m4 \
 	$(top_srcdir)/m4/compile_value.m4 \
 	$(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/gettext.m4 \
-	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gmp.m4 \
-	$(top_srcdir)/m4/gwqt.m4 $(top_srcdir)/m4/iconv.m4 \
-	$(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
-	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
-	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
-	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/semaphore.m4 \
-	$(top_srcdir)/m4/size_max.m4 \
+	$(top_srcdir)/m4/glibcver.m4 $(top_srcdir)/m4/gwqt.m4 \
+	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lcmessage.m4 \
+	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
+	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
+	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
+	$(top_srcdir)/m4/semaphore.m4 $(top_srcdir)/m4/size_max.m4 \
 	$(top_srcdir)/m4/solarispthread.m4 $(top_srcdir)/m4/valist.m4 \
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -166,7 +165,6 @@
 Khost_cpu = @Khost_cpu@
 Khost_os = @Khost_os@
 LDFLAGS = @LDFLAGS@
-LIBADD_GMP = @LIBADD_GMP@
 LIBICONV = @LIBICONV@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
@@ -179,7 +177,6 @@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAKE_KAFFEH = @MAKE_KAFFEH@
-MATH_LIB = @MATH_LIB@
 MKDIR_P = @MKDIR_P@

*** Patch too long, truncated ***




More information about the kaffe mailing list