HACKING: Update instructions how to build gcj/javaprims.h.

2008-08-05  Matthias Klose  <doko@ubuntu.com>

        * HACKING: Update instructions how to build gcj/javaprims.h.

From-SVN: r138732
This commit is contained in:
Matthias Klose 2008-08-05 15:46:22 +00:00 committed by Matthias Klose
parent aecf020303
commit cdaf871beb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-08-05 Matthias Klose <doko@ubuntu.com>
* HACKING: Update instructions how to build gcj/javaprims.h.
2008-08-04 Tom Tromey <tromey@redhat.com>
PR libgcj/31890:

View File

@ -184,6 +184,6 @@ If you add a class to java.lang, java.io, or java.util
entire contents of the namespace)
* Then insert the output of `perl scripts/classes.pl' into the file
at that point. This must be run from the build tree, in
<build>/classpath/lib; it uses the .class file name to determine
at that point. This must be run from the source tree, in
libjava/classpath/lib; it uses the .class file name to determine
what to print.