Re: AArch64 naming conventions

2021-04-20 Thread Johan Vos
I'd like to go even further: OpenJDK has a make/autoconf/platform.m4 file which specifies the possible values for CPU_ARCH etc. This allows to uniquely define OPENJDK_BUILD_CPU_ARCH and OPENJDK_TARGET_CPU_ARCH. If we did something similar (in build.gradle), we would be able to be more consistent i

Re: AArch64 naming conventions

2021-04-19 Thread Philip Race
FWIW I think on the JDK side folks are converging on aarch64 And also using that name as the "CPU" field in JBS (the alternative there being 'arm'). I'd find it easier if it was consistent across all these places. -phil On 4/19/21 1:06 PM, Johan Vos wrote: Recently, we introduced the option (

AArch64 naming conventions

2021-04-19 Thread Johan Vos
Recently, we introduced the option (or are introducing the options) to build OpenJFX for 64-bit ARM CPU's on Mac, Windows and Linux. However, those 3 platforms use different approaches to deal with this arch-specific options. Since the PR's for windows and linux are currently still open, it might b