summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2002-02-10 05:30:58 +0000
committerEric Blake <ebb9@byu.net>2002-02-10 05:30:58 +0000
commitc4016a077ba940eebf10ba6884ec6e2eca55dfb5 (patch)
tree5e5d2b0dc900c1c629c9b9b893e5f9ff0e87653b /HACKING
parentb196001512392ccf7d00dc61f96e1b5d3768dd57 (diff)
downloadclasspath-c4016a077ba940eebf10ba6884ec6e2eca55dfb5.tar.gz
2002-02-09 Eric Blake <ebb9@email.byu.edu>
* INSTALL: Update instructions for using jikes 1.15b. * HACKING: Ditto. * ChangeLog: Clean up some whitespace.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING13
1 files changed, 9 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 81305ea6e..d22949341 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-HACKING GNU Classpath - Last updated: Feb 07, 2002
+HACKING GNU Classpath - Last updated: Feb 09, 2002
Please read the README and INSTALL files first.
You only need the information in this file when working on non-released (CVS)
@@ -15,10 +15,15 @@ autoconf, automake, and libtool are required.
- GNU automake 1.5
- GNU libtool 1.4.2
-For building the Java bytecode (.class files)
+For building the Java bytecode (.class files), one of these compilers
+is required.
- - IBM jikes 1.13 (newer versions up to 1.15 appear to be broken)
- or GCJ 3.0.2+
+ - GNU GCJ 3.0.2+.
+ - IBM jikes 1.15b+. Until jikes 1.16 is released, you will
+ have to use CVS access and build jikes 1.15b yourself:
+ cvs login :pserver:anoncvs@www-124.ibm.com:/usr/cvs/jikes
+ (password anoncvs)
+ cvs co -r v1-15b jikes
For building the JNI native libraries, the following are required.