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 D1B4F138206 for ; Tue, 2 Jan 2018 16:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B22E0857; Tue, 2 Jan 2018 16:27:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D18BBE0857 for ; Tue, 2 Jan 2018 16:27:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6B4F335C07 for ; Tue, 2 Jan 2018 16:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D8A412D for ; Tue, 2 Jan 2018 16:27:35 +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: <1514910414.dae1cff11a36860ac0ddd1ae18cd02daec894c8a.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: dae1cff11a36860ac0ddd1ae18cd02daec894c8a X-VCS-Branch: master Date: Tue, 2 Jan 2018 16:27:35 +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-Archives-Salt: f3052076-2d45-45c7-8e31-9d8eac7d614d X-Archives-Hash: 47e097328d738d8a61b97cc1c850be4e commit: dae1cff11a36860ac0ddd1ae18cd02daec894c8a Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 2 16:26:54 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jan 2 16:26:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=dae1cff1 scripts/bootstrap-prefix.sh: change Darwin bootstrap to use clang5 changes by Michael Weiser Bug: https://bugs.gentoo.org/642656 scripts/bootstrap-prefix.sh | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 5c7ec7bd45..6b928c2f83 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -178,14 +178,6 @@ configure_toolchain() { ) esac - # unfortunately, gmp needs c++, thus libcxx, so have to drag - # it in early (gmp is necessary for >3.5) - local cdep="3.5.9999" - local libcxx=" - 3.5) # we always have to bootstrap with 3.4 for else we'd need # libcxx, which only compiles with clang + local cdep="3.5.9999" compiler_stage1+=" dev-libs/libffi