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 4D4BC138334 for ; Thu, 7 Feb 2019 20:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47944E0B30; Thu, 7 Feb 2019 20:12:27 +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 216C5E0B30 for ; Thu, 7 Feb 2019 20:12:27 +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 0824B335D1B for ; Thu, 7 Feb 2019 20:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508DF44B for ; Thu, 7 Feb 2019 20:12:24 +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: <1549570323.369de8659d76e9dbc5b50db9a2cb859c012a6455.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: 369de8659d76e9dbc5b50db9a2cb859c012a6455 X-VCS-Branch: master Date: Thu, 7 Feb 2019 20:12:24 +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: 3f836999-16eb-4222-be05-87ac1544d7e8 X-Archives-Hash: cb0c4289385f458f28cd86ae77092c7e commit: 369de8659d76e9dbc5b50db9a2cb859c012a6455 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 7 20:12:03 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 7 20:12:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=369de865 scripts/bootstrap-prefix: get past stage2 on sparc-sun-solaris2.10 Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 7be6feb902..5d31ee4de6 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -299,6 +299,17 @@ configure_toolchain() { sys-devel/llvm sys-devel/clang" ;; + *-solaris*) + local ccvers="$( (unset CHOST; gcc --version 2>/dev/null) )" + case "${ccvers}" in + *"gcc (GCC) 3.4.3"*) + # host compiler doesn't cope with the asm introduced + # in mpfr-4, so force using an older one during + # bootstrap for this target + compiler_stage1="