commit:     4fb00ba05ef9f90ad5b6d3bf947a4a7ea7ffff29
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 09:16:14 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue May 31 09:16:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4fb00ba0

scripts/auto-bootstraps/dobootstrap: allow aarch64-* CHOST

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/auto-bootstraps/dobootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index a38d88e6bc..fd9bd75dd0 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -62,7 +62,7 @@ do_prepare() {
                                chost=powerpc-${chost#*-}
                        fi
                        ;;
-               arm64-*)
+               aarch64-*|arm64-*)
                        bitw=64
                        ;;
                sparc-*)

Reply via email to