On Fri, 16 Apr 2021 19:21:11 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> Oracle is updating the version of GCC for building the JDK to 10.3. > > In addition to the version bump, I'm also enabling cross compilation OOTB > using jib from a linux-aarch64 to linux-x64 binaries, which was the last > missing combination. (Native x64, native aarch64, cross from x64 to aarch64 > all worked already and will continue to do so.) This pull request has now been integrated. Changeset: 713483c7 Author: Erik Joelsson <er...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/713483c7 Stats: 27 lines in 2 files changed: 14 ins; 4 del; 9 mod 8265373: Change to GCC 10.3 for building on Linux at Oracle Reviewed-by: mikael ------------- PR: https://git.openjdk.java.net/jdk/pull/3551