8322801: RISC-V: The riscv path of the debian sysroot had been changed

Reviewed-by: rehn, erikj
This commit is contained in:
Guoxiong Li 2024-01-03 04:17:15 +00:00
parent fcf8368eb1
commit 18cdc903cf
2 changed files with 1 additions and 6 deletions

View File

@ -1499,9 +1499,7 @@ like this:</p>
--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 \

View File

@ -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:
```