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 34A8C138334 for ; Mon, 10 Dec 2018 14:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7CBE096C; Mon, 10 Dec 2018 14:28:54 +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 D98C9E096C for ; Mon, 10 Dec 2018 14:28:53 +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 53A42335C7D for ; Mon, 10 Dec 2018 14:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0A63F0 for ; Mon, 10 Dec 2018 14:28:50 +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: <1544452071.1abff63ff277933d2a9c6a27b9797375c728515b.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/ppc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/arch/ppc/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/arch/ppc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 1abff63ff277933d2a9c6a27b9797375c728515b X-VCS-Branch: master Date: Mon, 10 Dec 2018 14:28:50 +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: 1492b3ba-c053-4c05-90d3-d0c029c4ef74 X-Archives-Hash: c79c84004b40b754a65b34dd76264377 commit: 1abff63ff277933d2a9c6a27b9797375c728515b Author: Fabian Groffen gentoo org> AuthorDate: Mon Dec 10 14:27:51 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Dec 10 14:27:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1abff63f profiles/prefix/darwin/macos/arch/pcc/package.mask: update binutils mask binutils-apple-6.3 is the last version that has a working linker for ppc-macos via user-contributed patches to keep PowerPC support. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 55f215184f4..19fd3907bd1 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -6,5 +6,11 @@ # Fabian Groffen (5 Mar 2012) -# Apple removed entire PowerPC support from ld in ld64-128.2 ->=sys-devel/binutils-apple-4.3 +# Apple removed entire PowerPC support from ld in ld64-128.2 (4.3) +# a backport of PPC support was kept until compilation with gcc-apple +# was no longer possible since 7.0. +# The only working/supported versions are 3.2 and 6.3 +=sys-devel/binutils-apple-4.3-r2 +=sys-devel/binutils-apple-5.1-r1 +=sys-devel/binutils-apple-6.1-r1 +>sys-devel/binutils-apple-6.99999