OpenJDK 11 for armv6/7 and aarch64

Ronald Klop ronald-lists at klop.ws
Mon Jan 13 09:13:01 UTC 2020


On Mon, 13 Jan 2020 02:24:26 +0100, Greg Lewis <glewis at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe at freebsd.org"


More information about the freebsd-java mailing list