RFR: JDK-8282532: Allow explicitly setting build platform alongside --openjdk-target [v11]
Magnus Ihse Bursie
ihse at openjdk.java.net
Fri Mar 4 12:07:00 UTC 2022
On Fri, 4 Mar 2022 11:48:14 GMT, Julian Waters <jwaters at openjdk.org> wrote:
>> Currently the only other option for manually configuring the build platform while cross compiling are devkits, which don't work on certain systems and are also more focused on differentiating the build and target compilers instead. This patch adds the ability to explicitly set the build platform through a new option, which can be especially helpful for when autodetection fails and devkits cannot be relied on, and also for simpler cross compilation cases (Like the one described in building.md)
>>
>> WIP: NIL, finally have properly formatted html, thanks @magicus :D
>
> Julian Waters has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> 8282532: Allow explicitly setting build platform alongside --openjdk-target
>
> Signed-off-by: TheShermanTanker <josephtay19 at gmail.com>
Marked as reviewed by ihse (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/7656
More information about the build-dev
mailing list