Skip to content

Commit e609e22

Browse files
committed
Remove --build option per comment indicating it is not preferred
See openjdk#24267 (comment)
1 parent 45bfe3f commit e609e22

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

doc/building.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
17341727
machine, the target platform needs to be set to
17351728
<code>aarch64-unknown-cygwin</code> to enable cross compilation.

doc/building.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
14721462
To generate Windows AArch64 builds using Cygwin on a Windows x64 machine,
14731463
the target platform needs to be set to `aarch64-unknown-cygwin` to enable
14741464
cross compilation. Configure the build with `--openjdk-target`:

0 commit comments

Comments
 (0)