commit:     b6bf14b92f884e30ad8b781d887b86828f70b557
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 14:18:25 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 14:18:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b6bf14b9

scripts/auto-bootstraps/dobootstrap: recognise arm64-macos

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

 scripts/auto-bootstraps/dobootstrap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/auto-bootstraps/dobootstrap 
b/scripts/auto-bootstraps/dobootstrap
index 636c12688b..a38d88e6bc 100755
--- a/scripts/auto-bootstraps/dobootstrap
+++ b/scripts/auto-bootstraps/dobootstrap
@@ -62,6 +62,9 @@ do_prepare() {
                                chost=powerpc-${chost#*-}
                        fi
                        ;;
+               arm64-*)
+                       bitw=64
+                       ;;
                sparc-*)
                        if [[ ${bitw} == 64 ]] ; then
                                chost=sparcv9-${chost#*-}

Reply via email to