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 126E11382C5 for ; Tue, 22 Dec 2020 20:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52F55E0950; Tue, 22 Dec 2020 20:25:43 +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 3ABEAE0950 for ; Tue, 22 Dec 2020 20:25:43 +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 33867341217 for ; Tue, 22 Dec 2020 20:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8C70309 for ; Tue, 22 Dec 2020 20:25:40 +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: <1608668736.f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68.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: f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68 X-VCS-Branch: master Date: Tue, 22 Dec 2020 20:25:40 +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: 1450a4b4-d68b-4491-b310-50d72f195071 X-Archives-Hash: 089371ce47b823d80cccc88ec872ca4c commit: f48bb64c9b0a3161f7510c3995e08f6e3ff0ce68 Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 22 20:21:29 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 22 20:25:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48bb64c profiles/prefix/darwin/macos/arch/ppc/package.mask: update binutils-apple drop masks for removed versions unmask binutils-apple-8.2.1-r100, for it compiles with FSF GCC and is able to build FSF GCC. (e.g. we can deprecate gcc-apple!) Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 05a1b5c5c54..fd829701ef5 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -7,12 +7,9 @@ # Fabian Groffen (2012-03-05) # 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 versions are 3.2 and (patched) 6.3, however the -# latter causes bus errors whilst compiling e.g. GCC -=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.3-r2 ->sys-devel/binutils-apple-6.99999 +# darwin-xtools added back support and allows to be compiled from FSF +# GCC for version ld64-274.2 (8.2.1), so basically 3.2.3 and the xtools +# version 8.2.1 are unmasked for us, allowing a non-gcc-apple path, we +# dropped all versions inbetween, mask the incompatible ones remaining +=sys-devel/binutils-apple-8.2.1-r1 +=sys-devel/binutils-apple-11.3.1-r1