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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E05A313835A for ; Fri, 1 Jan 2021 12:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C60E086A; Fri, 1 Jan 2021 12:36:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B6BDE086A for ; Fri, 1 Jan 2021 12:36:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B543633E4AD for ; Fri, 1 Jan 2021 12:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2580F4C for ; Fri, 1 Jan 2021 12:36:05 +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: <1609504423.0a3b74f39934e6ed3c46a48096205880818bdb94.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0a3b74f39934e6ed3c46a48096205880818bdb94 X-VCS-Branch: master Date: Fri, 1 Jan 2021 12:36:05 +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: 21c23cbe-1683-4485-aac4-c885d93ef933 X-Archives-Hash: 577ed22fc772111a469ade79b73a5246 commit: 0a3b74f39934e6ed3c46a48096205880818bdb94 Author: Fabian Groffen gentoo org> AuthorDate: Fri Jan 1 12:33:43 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Jan 1 12:33:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0a3b74f3 scripts/bootstrap-prefix: install gnuconfig first thing this is in particular useful on arm64-macos where the CHOST triple isn't known, but won't hurt for other targets Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 2de55682af..ea77baae8d 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -224,7 +224,7 @@ configure_toolchain() { compiler_stage1="sys-apps/darwin-miscutils sys-libs/csu" compiler_type="clang" local ccvers="$( (unset CHOST; gcc --version 2>/dev/null) )" - local llvm_deps="dev-util/ninja sys-devel/gnuconfig" + local llvm_deps="dev-util/ninja" case "${ccvers}" in *"Apple clang version "*|*"Apple LLVM version "*) # this is Clang, recent enough to compile recent clang @@ -1779,6 +1779,7 @@ bootstrap_stage2() { # Build a basic compiler and portage dependencies in $ROOT/tmp. pkgs=( + sys-devel/gnuconfig sys-apps/gentoo-functions app-portage/elt-patches $([[ ${CHOST} == *-aix* ]] && echo dev-libs/libiconv ) # bash dependency