summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-11-23 14:52:45 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-11-23 14:52:45 +0100
commitb75609e5ffe737b957dbe067f780404f8791638c (patch)
tree316bd2d529c4fe629adc5b9d96d9dd8b7cbb6575 /README
parent89cf0d8bb716ea95a08abdd756d3bf547fde11f2 (diff)
downloadmeta-java-b75609e5ffe737b957dbe067f780404f8791638c.tar.gz
README: add entries for openjdk7
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 944f526..21e6c10 100644
--- a/README
+++ b/README
@@ -13,10 +13,15 @@ You should define at lease the following variables in a distro include file or l
13PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" 13PREFERRED_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:
16PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1" 17PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1"
17PREFERRED_VERSION_icedtea6-native = "1.8.11" 18PREFERRED_VERSION_icedtea6-native = "1.8.11"
18 19
19Please note that libstdc++ static is needed on your host to compile icedtea6-native 20For openjdk7:
21PREFERRED_VERSION_openjdk-7-jre = "03b21-2.1.3"
22PREFERRED_VERSION_icedtea7-native = "2.1.3"
23
24Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
20(install libstdc++-static on a Fedora). 25(install libstdc++-static on a Fedora).
21 26
22Send pull requests to openembedded-devel@lists.openembedded.org 27Send pull requests to openembedded-devel@lists.openembedded.org