commit: 21806ae0e6199de70ce9586a07cd54db5fdd2e0c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Dec 22 09:34:36 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Dec 22 09:34:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21806ae0
profiles/prefix/darwin/macos/arch/ppc/package.mask: mask libffi-3.3_rc0 We observe bus errors with GCC when using this version, so hold it back for now. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/arch/ppc/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 19fd3907bd1..49904ab58f0 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. +# Fabian Gtoffen <[email protected]> (22 Dec 2018) +# this version of libffi causes gcc to buserror +=dev-libs/libffi-3.3_rc0 + # Fabian Groffen <[email protected]> (5 Mar 2012) # 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
