diff options
| -rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -13,10 +13,15 @@ You should define at lease the following variables in a distro include file or l | |||
| 13 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" | 13 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" |
| 14 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | 14 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" |
| 15 | 15 | ||
| 16 | For openjdk6: | ||
| 16 | PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1" | 17 | PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1" |
| 17 | PREFERRED_VERSION_icedtea6-native = "1.8.11" | 18 | PREFERRED_VERSION_icedtea6-native = "1.8.11" |
| 18 | 19 | ||
| 19 | Please note that libstdc++ static is needed on your host to compile icedtea6-native | 20 | For openjdk7: |
| 21 | PREFERRED_VERSION_openjdk-7-jre = "03b21-2.1.3" | ||
| 22 | PREFERRED_VERSION_icedtea7-native = "2.1.3" | ||
| 23 | |||
| 24 | Please 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 | ||
| 22 | Send pull requests to openembedded-devel@lists.openembedded.org | 27 | Send pull requests to openembedded-devel@lists.openembedded.org |
