summaryrefslogtreecommitdiff
blob: af8de61858553667a5d3c9265f878d8a702b8603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 Groffen <grobian@gentoo.org> (25 Dec 2018)
# GCC-8.2.0 has a faulty libgcc_s, which causes C++ exceptions not the
# caught in certain conditions.  ld64 is the notable condition leading
# to configure believing every function it checks is available.
>=sys-devel/gcc-8

# Fabian Groffen <grobian@gentoo.org> (22 Dec 2018)
# this version of libffi causes gcc to buserror
=dev-libs/libffi-3.3_rc0

# Fabian Groffen <grobian@gentoo.org> (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
# 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