Minor README updates.

This commit is contained in:
Andrius Štikonas 2019-12-07 01:24:09 +00:00
parent ddccd65a23
commit b6ea9ae25a
Signed by: andrius
GPG Key ID: E2E5CD054CB9CD3E
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ compile JamVM 2.0.0. This serves as our second Java environment.
Finally, we compile git snapshot of GNU Classpath which has a much better support for Java 1.6.
Then we compile a slightly patched ecj-4.2. Together with JamVM 2.0.0 this will serve as
Java environment that can bootstrap Icedtea 2 (Java 7).
Java environment that can bootstrap Icedtea 2 (Java 7). Unfortunately, I was only able to build
Java 7 with JamVM as VM (which is slower), Hotspot build failed. JamVM with OpenJDK 7 classes
can build Icedtea 3 with Hotspot VM.