Andrew Hughes
Andrew Hughes
> Looks good and makes sense. Why not passing LFLAGS to solaris? It seems this matches what Solaris does in `vm.make`. These new lines are effectively just copied over from...
I think I know what's wrong here now with the cross-compilation builds. The `EXTRA_CFLAGS` that HotSpot gets end up including the `--sysroot` options on cross-compile builds, which are really destined...
> @gnu-andrew Finally got around to looking at this (and this comment will stop the bot trying to close it!) and performed an initial test on Linux/aarch64 before trying elsewhere....
> _Mailing list message from [Thorsten Glaser](mailto:[email protected]) on [jdk8u-dev](mailto:[email protected]):_ > > On Mon, 19 Feb 2024, Andrew John Hughes wrote: > > > I think I know what's wrong here...
I've rewritten the patch so it now uses `HOST_CFLAGS` and `HOST_LDFLAGS` in the ADLC build. These are created in `configure` by not including the `sysroot` arguments. The below shows the...
> I'll remove the verbose build log now, but leave the printing of the spec files as I think it does no harm and may be useful for future debugging....
@MBaesken are you still wanting to push forward with this? If so, I can review. It would be nice to finally get this fixed in older releases, at least on...
Also, I presume we'll also need [JDK-8324753](https://bugs.openjdk.org/browse/JDK-8324753) for AIX as a follow-up?
@gdams do you plan to reopen this? Now the MacOS 11 runner is gone, adding this to have some MacOS build which we can then fix with follow-up backports would...