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 BFE7F139694 for ; Thu, 9 Feb 2017 15:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E141121C028; Thu, 9 Feb 2017 15:29:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD1FF21C028 for ; Thu, 9 Feb 2017 15:29:34 +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 436B0340C9D for ; Thu, 9 Feb 2017 15:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ADE03E87 for ; Thu, 9 Feb 2017 15:29:31 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1486654144.a43bc15ed29f659a2b70164b032fb686fcdc2869.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/memtest86+/memtest86+-5.01-r2.ebuild X-VCS-Directories: sys-apps/memtest86+/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a43bc15ed29f659a2b70164b032fb686fcdc2869 X-VCS-Branch: master Date: Thu, 9 Feb 2017 15:29:31 +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: 44f1937b-1e4d-4207-8db7-817ee0a5894b X-Archives-Hash: 88f29c152883239316d45997acc1740f commit: a43bc15ed29f659a2b70164b032fb686fcdc2869 Author: Mike Frysinger gentoo org> AuthorDate: Thu Feb 9 15:29:04 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 9 15:29:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43bc15e sys-apps/memtest86+: avoid use of gold linker #580212 sys-apps/memtest86+/memtest86+-5.01-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild index 7470da9783..d4f269e0c4 100644 --- a/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild +++ b/sys-apps/memtest86+/memtest86+-5.01-r2.ebuild @@ -39,7 +39,10 @@ src_prepare() { config.h \ || die "sed failed" fi +} +src_configure() { + tc-ld-disable-gold #580212 tc-export AS CC LD }