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 6E9A0158086 for ; Sun, 7 Nov 2021 04:55:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D85B2BC0DE; Sun, 7 Nov 2021 04:55:16 +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 953A62BC0DD for ; Sun, 7 Nov 2021 04:55:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA019340D15 for ; Sun, 7 Nov 2021 04:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5963713F for ; Sun, 7 Nov 2021 04:55:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636259862.3b63fda8bb810ac60d85ed7f7649c61906f72f98.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gputils/gputils-1.5.0.ebuild X-VCS-Directories: dev-embedded/gputils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b63fda8bb810ac60d85ed7f7649c61906f72f98 X-VCS-Branch: master Date: Sun, 7 Nov 2021 04:55: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: c8e358c5-5186-40ce-8bc2-c418ceea1e7e X-Archives-Hash: 28aee25338acdc99ac238635adb3e381 commit: 3b63fda8bb810ac60d85ed7f7649c61906f72f98 Author: Sam James gentoo org> AuthorDate: Sun Nov 7 04:37:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 04:37:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63fda8 dev-embedded/gputils: try again to disable gold Bug: https://bugs.gentoo.org/818802 Signed-off-by: Sam James gentoo.org> dev-embedded/gputils/gputils-1.5.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-embedded/gputils/gputils-1.5.0.ebuild b/dev-embedded/gputils/gputils-1.5.0.ebuild index bd1e4fc9e3a..3a535479048 100644 --- a/dev-embedded/gputils/gputils-1.5.0.ebuild +++ b/dev-embedded/gputils/gputils-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,11 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="" src_configure() { - tc-ld-disable-gold #369291 + # bug #818802 + tc-ld-is-gold && tc-ld-force-bfd + #tc-ld-disable-gold #369291 + + # Their configure script tries to do funky things with default # compiler selection. Force our own defaults instead. tc-export CC