From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2D8E158091 for ; Tue, 31 May 2022 09:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F2A7E0843; Tue, 31 May 2022 09:16:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 006C7E0843 for ; Tue, 31 May 2022 09:16:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01747341796 for ; Tue, 31 May 2022 09:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356B93C3 for ; Tue, 31 May 2022 09:16:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1653988574.4fb00ba05ef9f90ad5b6d3bf947a4a7ea7ffff29.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/dobootstrap X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4fb00ba05ef9f90ad5b6d3bf947a4a7ea7ffff29 X-VCS-Branch: master Date: Tue, 31 May 2022 09:16:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b5ddeed-bd93-4c50-b9cd-e360f03344c2 X-Archives-Hash: 9fd81ed1c298d3a9af262551e428c619 commit: 4fb00ba05ef9f90ad5b6d3bf947a4a7ea7ffff29 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 31 09:16:14 2022 +0000 Commit: Fabian Groffen gentoo 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 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-*)