[jfx17u] Integrated: 8276174: JavaFX build fails on macOS aarch64

2022-05-10 Thread Kevin Rushforth
On Mon, 9 May 2022 21:22:04 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u` so we can build on macOS / aarch64 without needing > to specify `-PCOMPILE_TARGET=arm64`. This pull request has now been integrated. Changeset: a5edae13 Author:Kevin Rushforth URL: https://git.open

[jfx11u] Integrated: 8276174: JavaFX build fails on macOS aarch64

2022-05-02 Thread Kevin Rushforth
On Sat, 30 Apr 2022 13:51:23 GMT, Kevin Rushforth wrote: > Backport to `jfx11u` so we can build on macOS / aarch64 without needing to > specify `-PCOMPILE_TARGET=arm64`. It isn't a clean backport, since I also had > to include the definition of `IS_AARCH64` which is present in mainline, but >

Integrated: 8276174: JavaFX build fails on macOS aarch64

2021-11-22 Thread Andreas Heger
On Thu, 11 Nov 2021 10:46:26 GMT, Andreas Heger wrote: > By changing the value for the clang -arch parameter to "arm64", the jfx > project compiles on an apple silicon system. Are there any side effects which > I might be missing in this simple solution? This pull request has now been integrat