File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1723,13 +1723,6 @@ <h4 id="building-for-musl">Building for musl</h4>
17231723--with-sysroot=$SYSROOT</ code > </ pre >
17241724< p > and run < code > make</ code > normally.</ p >
17251725< h4 id ="building-for-windows-aarch64 "> Building for Windows AArch64</ h4 >
1726- < p > To generate Windows AArch64 builds using Cygwin on a Windows AArch64
1727- machine, use the < code > --build</ code > option to specify a native build
1728- (this argument is required because the machine type supported by Cygwin
1729- is x86_64):</ p >
1730- < pre > < code > bash configure \
1731- --with-boot-jdk=$BOOT_JDK \
1732- --build=aarch64-unknown-cygwin</ code > </ pre >
17331726< p > To generate Windows AArch64 builds using Cygwin on a Windows x64
17341727machine, the target platform needs to be set to
17351728< code > aarch64-unknown-cygwin</ code > to enable cross compilation.
Original file line number Diff line number Diff line change @@ -1459,16 +1459,6 @@ and run `make` normally.
14591459
14601460#### Building for Windows AArch64
14611461
1462- To generate Windows AArch64 builds using Cygwin on a Windows AArch64 machine,
1463- use the ` --build ` option to specify a native build (this argument is required
1464- because the machine type supported by Cygwin is x86_64):
1465-
1466- ```
1467- bash configure \
1468- --with-boot-jdk=$BOOT_JDK \
1469- --build=aarch64-unknown-cygwin
1470- ```
1471-
14721462To generate Windows AArch64 builds using Cygwin on a Windows x64 machine,
14731463the target platform needs to be set to ` aarch64-unknown-cygwin ` to enable
14741464cross compilation. Configure the build with ` --openjdk-target ` :
You can’t perform that action at this time.
0 commit comments