From 18cdc903cfcf09dbc51a4135394971d2f7f63c20 Mon Sep 17 00:00:00 2001
From: Guoxiong Li
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:
```