diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-04-21 13:00:22 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-11-09 14:29:49 +0100 |
commit | f66b83882e076f339dd89e88165bd7bac121f9ff (patch) | |
tree | ca7eafceb9735f4c5cb5d2d574bf94b42d6c29b6 /docs | |
parent | 6e84638d77ac921aac46649095bca5ddbde94d2a (diff) | |
download | meta-java-f66b83882e076f339dd89e88165bd7bac121f9ff.tar.gz |
openjdk-14: add 14.0.1g0hl1n/jdk14
Add support for OpenJDK and OpenJRE v14.0.1.
This version of OpenJDK is bootstrapped from a host-provided JDK. The
host provided JDK is used to build openjdk-14-native. The native build
is then used as build-jdk for the cross version.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bootstrap-flow.md (renamed from docs/bootstrap-flow.txt) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/bootstrap-flow.txt b/docs/bootstrap-flow.md index 602eab7..96d18e6 100644 --- a/docs/bootstrap-flow.txt +++ b/docs/bootstrap-flow.md | |||
@@ -1,3 +1,11 @@ | |||
1 | # meta-java OpenJDK bootstrap workflow # | ||
2 | |||
3 | ## OpenJDK-14 ## | ||
4 | |||
5 | * TODO | ||
6 | |||
7 | ## OpenJDK-7 and OpenJDK-8 ## | ||
8 | |||
1 | * first jikes-native is compiled | 9 | * first jikes-native is compiled |
2 | * a Java 1.4-capable compiler that does not need a runtime or | 10 | * a Java 1.4-capable compiler that does not need a runtime or |
3 | (strictly) a class library to work | 11 | (strictly) a class library to work |