Date: Mon, 13 Jan 2020 10:12:49 +0100 From: "Ronald Klop" <ronald-lists@klop.ws> To: "Jonathan Chen" <jonc@chen.org.nz>, "Greg Lewis" <glewis@eyesbeyond.com> Cc: freebsd-java@freebsd.org Subject: Re: OpenJDK 11 for armv6/7 and aarch64 Message-ID: <op.0ebqjnk0kndu52@sjakie> In-Reply-To: <20200113012426.GA64233@misty.eyesbeyond.com> References: <CAJuc1zMBvZ6-wi89Omu4iX_jsqh-imyYgFsgf2FDVigt%2BsADLA@mail.gmail.com> <20200113012426.GA64233@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Jan 2020 02:24:26 +0100, Greg Lewis <glewis@eyesbeyond.com> wrote: > On Sat, Jan 11, 2020 at 11:39:40AM +1300, Jonathan Chen wrote: >> Hi, >> >> There's a closed PR for this at >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236524 >> >> Did this ever get merged? >> >> Cheers. > > Yes and no. There is aarch64 support on FreeBSD 12 and up. It needed > some features that were not present on FreeBSD 11. The arm6/7 support > ended up not getting merged. > > I'm not sure why it looks like aarch64 packages are not being built as > part > of the official package builds though. I might have to dig into that > since > it makes things harder for testing aarch64 builds. The makefile of bootstrap-openjdk11 says: # Support aarch64 on FreeBSD 12 and up .if ${OSVERSION} >= 1200500 ONLY_FOR_ARCHS+=aarch64 .endif While the package builder on http://thunderx1.nyi.freebsd.org/build.html?mastername=120arm64-quarterly&build=522068 says: Jail OSVERSION: 1200086 So, it will get build after 12.0 is EOL in February and the pkg builders are updated. AFAIK Regards, Ronald. > > -- Greg > _______________________________________________ > freebsd-java@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.0ebqjnk0kndu52>