Skip to content

Commit

Permalink
8322801: RISC-V: The riscv path of the debian sysroot had been changed
Browse files Browse the repository at this point in the history
Reviewed-by: rehn, erikj
  • Loading branch information
lgxbslgx committed Jan 3, 2024
1 parent fcf8368 commit 18cdc90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions doc/building.html
Original file line number Diff line number Diff line change
Expand Up @@ -1499,9 +1499,7 @@ <h4 id="using-debian-debootstrap">Using Debian debootstrap</h4>
--resolve-deps \
buster \
~/sysroot-arm64 \
https://httpredir.debian.org/debian/</code></pre>
<p>If the target architecture is <code>riscv64</code>, the path should
be <code>debian-ports</code> instead of <code>debian</code>.</p></li>
https://httpredir.debian.org/debian/</code></pre></li>
<li><p>To create an Ubuntu-based chroot:</p>
<pre><code>sudo debootstrap \
--arch=arm64 \
Expand Down
3 changes: 0 additions & 3 deletions doc/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -1316,9 +1316,6 @@ For example, cross-compiling to AArch64 from x86_64 could be done like this:
https://httpredir.debian.org/debian/
```

If the target architecture is `riscv64`, the path should be `debian-ports`
instead of `debian`.

* To create an Ubuntu-based chroot:

```
Expand Down

1 comment on commit 18cdc90

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.