From cf356cd2645b3ad5def69b7130d62093d2e6ea28 Mon Sep 17 00:00:00 2001 From: Michael Haubenwallner Date: Mon, 18 Sep 2017 13:55:58 +0200 Subject: profiles/prefix/aix: p.unmask gcc ~4.2.4/~4.8.4 Only these versions have the patches for proper AIX support right now. --- profiles/prefix/aix/package.mask | 5 ----- profiles/prefix/aix/package.unmask | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 profiles/prefix/aix/package.unmask (limited to 'profiles/prefix') 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 (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 (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 (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 (14 Apr 2014) +# Endless loop while compiling gcc-4.2.4 for yet unknown reason. +~sys-devel/make-4.0 + +# Fabian Groffen (04 Apr 2007) +# This is the only linker for AIX +-sys-devel/native-cctools -- cgit v1.2.3-65-gdbad