summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-02-23 22:26:30 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-02-23 22:26:30 +0100
commit155b966395b78e224ccd993310fa63a41a3808a0 (patch)
tree7b46e17995870d56486f8f3925fe8796778a63d7 /README
parentc1a126828bba427db416947f0b6094e262fad07a (diff)
downloadmeta-java-155b966395b78e224ccd993310fa63a41a3808a0.tar.gz
README: update README with new version and and the PREFERRED_PROVIDER_openjdk lines
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 3bedc57..4ed3b6e 100644
--- a/README
+++ b/README
@@ -14,13 +14,17 @@ PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
14PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" 14PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
15 15
16For openjdk6: 16For openjdk6:
17PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.5" 17PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.8"
18PREFERRED_VERSION_icedtea6-native = "1.8.11" 18PREFERRED_VERSION_icedtea6-native = "1.8.11"
19 19
20For openjdk7: 20For openjdk7:
21PREFERRED_VERSION_openjdk-7-jre = "03b21-2.1.3" 21PREFERRED_VERSION_openjdk-7-jre = "03b21-2.1.6"
22PREFERRED_VERSION_icedtea7-native = "2.1.3" 22PREFERRED_VERSION_icedtea7-native = "2.1.3"
23 23
24Sometimes the following is needed:
25PREFERRED_PROVIDER_openjdk-6-jre = "openjdk-6-jre"
26PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre
27
24Please note that libstdc++ static is needed on your host to compile icedtea6/7-native 28Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
25(install libstdc++-static on a Fedora). 29(install libstdc++-static on a Fedora).
26 30