[kaffe] CVS kaffe (robilad): Use jikes by default for the class library build to help tinderbox clients
Kaffe CVS
cvs-commits at kaffe.org
Sat Oct 22 16:14:18 PDT 2005
PatchSet 6957
Date: 2005/10/22 23:06:43
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Use jikes by default for the class library build to help tinderbox clients
Members:
ChangeLog:1.4480->1.4481
configure:1.500->1.501
configure.ac:1.179->1.180
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4480 kaffe/ChangeLog:1.4481
--- kaffe/ChangeLog:1.4480 Sat Oct 22 18:20:06 2005
+++ kaffe/ChangeLog Sat Oct 22 23:06:43 2005
@@ -1,5 +1,10 @@
2005-10-22 Dalibor Topic <robilad at kaffe.org>
+ * configure.ac: Use jikes by default to build
+ GNU Classpath.
+
+2005-10-22 Dalibor Topic <robilad at kaffe.org>
+
* Makefile.am: (EXTRA_DIST) Removed binreloc files.
* libraries/clib/security/Makefile.am:
Index: kaffe/configure
diff -u kaffe/configure:1.500 kaffe/configure:1.501
--- kaffe/configure:1.500 Sat Oct 22 18:20:16 2005
+++ kaffe/configure Sat Oct 22 23:06:52 2005
@@ -51725,6 +51725,15 @@
old_configure_args="$ac_configure_args"
+
+# Preset the compiler to jikes, since GNU Classpath's default is gcj.
+# Unfortunately, many gcj versions are incapable of compiling GNU
+# Classpath, while many versions of jikes seem to make it through. :/
+# This should be preset to gcjx, once gcjx is merged in.
+if test x"$with_jikes" = x"yes"; then
+ ac_configure_args="$ac_configure_args --with-jikes"
+fi
+
ac_configure_args="$ac_configure_args --disable-jni-core"
ac_configure_args="$ac_configure_args --disable-examples"
ac_configure_args="$ac_configure_args --with-glibj-dir=${jrelibdir}"
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.179 kaffe/configure.ac:1.180
--- kaffe/configure.ac:1.179 Sat Oct 22 10:08:14 2005
+++ kaffe/configure.ac Sat Oct 22 23:06:55 2005
@@ -2369,6 +2369,15 @@
dnl Update args for classpath
dnl -------------------------
old_configure_args="$ac_configure_args"
+
+# Preset the compiler to jikes, since GNU Classpath's default is gcj.
+# Unfortunately, many gcj versions are incapable of compiling GNU
+# Classpath, while many versions of jikes seem to make it through. :/
+# This should be preset to gcjx, once gcjx is merged in.
+if test x"$with_jikes" = x"yes"; then
+ ac_configure_args="$ac_configure_args --with-jikes"
+fi
+
ac_configure_args="$ac_configure_args --disable-jni-core"
ac_configure_args="$ac_configure_args --disable-examples"
ac_configure_args="$ac_configure_args --with-glibj-dir=${jrelibdir}"
More information about the kaffe
mailing list