RFR: 8275449: Add linux-aarch64-zero build profile

Erik Joelsson erikj at openjdk.java.net
Wed Oct 20 00:13:09 UTC 2021


On Tue, 19 Oct 2021 23:22:06 GMT, Mikhailo Seledtsov <mseledtsov at openjdk.org> wrote:

> Please review this small change that adds the linux-aarch64 zero build profile.

Looks good otherwise.

make/autoconf/lib-ffi.m4 line 152:

> 150:             AC_MSG_ERROR([Could not locate libffi.so.? for bundling])
> 151:           fi
> 152:         elif ((test "x${OPENJDK_TARGET_CPU}" = "xx86_64") || (test "x${OPENJDK_TARGET_CPU}" = "xaarch64")); then

Using parens like this in shell isn't wrong, but it's not a pattern we commonly use in these files.

-------------

Marked as reviewed by erikj (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/6024



More information about the build-dev mailing list