[kaffe] CVS kaffe (guilhem): Fixlet for javac
Kaffe CVS
cvs-commits at kaffe.org
Sat Oct 29 11:42:30 PDT 2005
PatchSet 6963
Date: 2005/10/29 18:18:03
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Fixlet for javac
2005-10-29 Guilhem Lavaux <guilhem at kaffe.org>
* kaffe/scripts/compat/javac.in: Use glibj.zip instead of rt.jar
Members:
ChangeLog:1.4486->1.4487
kaffe/scripts/compat/javac.in:INITIAL->1.10
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4486 kaffe/ChangeLog:1.4487
--- kaffe/ChangeLog:1.4486 Fri Oct 28 15:26:16 2005
+++ kaffe/ChangeLog Sat Oct 29 18:18:03 2005
@@ -1,3 +1,7 @@
+2005-10-29 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * kaffe/scripts/compat/javac.in: Use glibj.zip instead of rt.jar
+
2005-10-28 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/jit3/constpool.c: Replaced bzero by memset to
===================================================================
Checking out kaffe/kaffe/scripts/compat/javac.in
RCS: /home/cvs/kaffe/kaffe/kaffe/scripts/compat/javac.in,v
VERS: 1.10
***************
--- /dev/null Sun Aug 4 19:57:58 2002
+++ kaffe/kaffe/scripts/compat/javac.in Sat Oct 29 18:42:30 2005
@@ -0,0 +1,4 @@
+#! /bin/sh
+# We use the jikes compiler detected by configure
+ at JIKESPROG@ -bootclasspath @prefix@/jre/lib/glibj.zip ${1+"$@"}
+exit $?
More information about the kaffe
mailing list