RFR: 8353009: Document target selection flag for Windows AArch64 builds [v4]
Magnus Ihse Bursie
ihse at openjdk.org
Wed Apr 16 10:11:57 UTC 2025
On Tue, 15 Apr 2025 19:35:24 GMT, Saint Wesonga <duke at openjdk.org> wrote:
>> The target selection configuration flag for Windows AArch64 should be added to the build documentation for improved discoverability and completeness.
>
> Saint Wesonga has updated the pull request incrementally with two additional commits since the last revision:
>
> - Add Visual Studio Build Tools setup instructions
> - Revert "Add instructions for a native Windows AArch64 build"
>
> This reverts commit ce4a5914f40d315f39c9593bd9cdb8aa53e33ca0.
doc/building.md line 1489:
> 1487: --with-boot-jdk=$BOOT_JDK \
> 1488: --openjdk-target=aarch64-unknown-cygwin
> 1489: ```
Suggestion:
To generate Windows AArch64 builds using Cygwin on a Windows x64 machine,
you must set the proper target platform by adding
`--openjdk-target=aarch64-unknown-cygwin` to your configure command line.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24267#discussion_r2046568547
More information about the build-dev
mailing list