From 18cdc903cfcf09dbc51a4135394971d2f7f63c20 Mon Sep 17 00:00:00 2001 From: Guoxiong Li Date: Wed, 3 Jan 2024 04:17:15 +0000 Subject: [PATCH] 8322801: RISC-V: The riscv path of the debian sysroot had been changed Reviewed-by: rehn, erikj --- doc/building.html | 4 +--- doc/building.md | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) 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.

+ https://httpredir.debian.org/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:
     
       ```