diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-09-18 13:55:58 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-09-18 13:57:42 +0200 |
commit | cf356cd2645b3ad5def69b7130d62093d2e6ea28 (patch) | |
tree | fecaf500ca9fbf91eec1f36f9a1ecda97465b605 /profiles/prefix/aix | |
parent | net-libs/libnsl: add prefix linux keywords (diff) | |
download | gentoo-cf356cd2645b3ad5def69b7130d62093d2e6ea28.tar.gz gentoo-cf356cd2645b3ad5def69b7130d62093d2e6ea28.tar.bz2 gentoo-cf356cd2645b3ad5def69b7130d62093d2e6ea28.zip |
profiles/prefix/aix: p.unmask gcc ~4.2.4/~4.8.4
Only these versions have the patches for proper AIX support right now.
Diffstat (limited to 'profiles/prefix/aix')
-rw-r--r-- | profiles/prefix/aix/package.mask | 5 | ||||
-rw-r--r-- | profiles/prefix/aix/package.unmask | 15 |
2 files changed, 15 insertions, 5 deletions
diff --git a/profiles/prefix/aix/package.mask b/profiles/prefix/aix/package.mask index b5a93269d591..623528a0bf3a 100644 --- a/profiles/prefix/aix/package.mask +++ b/profiles/prefix/aix/package.mask @@ -3,11 +3,6 @@ # Michael Haubenwallner <haubi@gentoo.org> (03 Mar 2017) # Breaks (openssh, ...) because of PR target/65058 -=sys-devel/gcc-4.3* -=sys-devel/gcc-4.4* -=sys-devel/gcc-4.5* -=sys-devel/gcc-4.6* -=sys-devel/gcc-4.7* >=sys-devel/gcc-4.8.5 # Michael Haubenwallner <haubi@gentoo.org> (14 Apr 2014) diff --git a/profiles/prefix/aix/package.unmask b/profiles/prefix/aix/package.unmask new file mode 100644 index 000000000000..4316cec44a8e --- /dev/null +++ b/profiles/prefix/aix/package.unmask @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michael Haubenwallner <haubi@gentoo.org> (03 Mar 2017) +# Only these versions have the patches for proper AIX support. +~sys-devel/gcc-4.2.4 +~sys-devel/gcc-4.8.4 + +# Michael Haubenwallner <haubi@gentoo.org> (14 Apr 2014) +# Endless loop while compiling gcc-4.2.4 for yet unknown reason. +~sys-devel/make-4.0 + +# Fabian Groffen <grobian@gentoo.org> (04 Apr 2007) +# This is the only linker for AIX +-sys-devel/native-cctools |