diff --git a/doc/building.html b/doc/building.html index 3aad6eae074..69fb371a477 100644 --- a/doc/building.html +++ b/doc/building.html @@ -1499,9 +1499,7 @@ like this:
--resolve-deps \ buster \ ~/sysroot-arm64 \ - 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:
sudo debootstrap \
--arch=arm64 \
diff --git a/doc/building.md b/doc/building.md
index 611cfe15915..abbd935f652 100644
--- a/doc/building.md
+++ b/doc/building.md
@@ -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:
```