From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E60AB59CB2 for ; Wed, 13 Apr 2016 14:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA3921C015; Wed, 13 Apr 2016 14:07:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD5A021C015 for ; Wed, 13 Apr 2016 14:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DEB1340C6C for ; Wed, 13 Apr 2016 14:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4854B20E for ; Wed, 13 Apr 2016 14:07:08 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1460556412.eaf5de24641209a71fdbe9d909a323c17e1d5c3b.haubi@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: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: eaf5de24641209a71fdbe9d909a323c17e1d5c3b X-VCS-Branch: master Date: Wed, 13 Apr 2016 14:07:08 +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: 8a93bf6b-2015-4efa-a713-03a8c85da5de X-Archives-Hash: 232afa2c0631876a9d75b5afa5267484 commit: eaf5de24641209a71fdbe9d909a323c17e1d5c3b Author: Michael Haubenwallner ssi-schaefer com> AuthorDate: Wed Apr 13 14:06:52 2016 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Apr 13 14:06:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eaf5de24 use newest gcc for Cygwin, not supported in gcc-4.7 scripts/bootstrap-prefix.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index fbd9898..d1570d4 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -147,8 +147,16 @@ configure_toolchain() { linker=sys-devel/binutils local gcc_deps="dev-libs/gmp dev-libs/mpfr dev-libs/mpc" compiler="${gcc_deps} sys-devel/gcc-config sys-devel/gcc" - # The host may not have a functioning c++ toolchain, so use a stage1 compiler that can build with C only. - compiler_stage1="${gcc_deps} sys-devel/gcc-config