RFR: 8345590: AIX 'make all' fails after JDK-8339480
Magnus Ihse Bursie
ihse at openjdk.org
Fri Dec 13 08:49:45 UTC 2024
On Fri, 13 Dec 2024 08:05:17 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> Eriks suggestion is almost okay, but you should filter on the supported platforms for static images instead, that is, check `ifeq ($(call isTargetOs, linux macosx), true)` instead.
>
> Hi Magnus, what about Windows ?
Static images does build but does not work on Windows. (I'm currently working on fixing this.) But sure, you can include it here as well.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22713#discussion_r1883571616
More information about the build-dev
mailing list