diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-20 17:00:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-20 17:05:44 +0100 |
commit | 4822a46c4646b1e994ef5f47eaaf863643c7c633 (patch) | |
tree | 3da28b59bdf7085d942277ea5012e507a33eba23 /profiles/prefix/darwin | |
parent | sys-devel/binutils-apple-8.2.1-r100: revbump darwin-xtools based version (diff) | |
download | gentoo-4822a46c4646b1e994ef5f47eaaf863643c7c633.tar.gz gentoo-4822a46c4646b1e994ef5f47eaaf863643c7c633.tar.bz2 gentoo-4822a46c4646b1e994ef5f47eaaf863643c7c633.zip |
profiles/prefix/darwin: drop sys-devel/gcc mask
the reality is that FSF GCC works fine, and is the default for all macOS
bootstraps today
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/ppc/package.mask | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/package.mask | 8 |
3 files changed, 0 insertions, 16 deletions
diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.mask b/profiles/prefix/darwin/macos/10.5/ppc/package.mask deleted file mode 100644 index ba9daf5618b6..000000000000 --- a/profiles/prefix/darwin/macos/10.5/ppc/package.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Fabian Groffen <grobian@gentoo.org> (2018-06-18) -# FSF GCC is our system compiler here --sys-devel/gcc diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index e1ce7a0144a6..bcc732c3eb55 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -5,8 +5,6 @@ # able to compile binutils-apple sys-devel/binutils-apple -sys-devel/native-cctools -# and unmask FSF GCC itself of course --sys-devel/gcc # packages which link to framework and therefore fail (blocks) dev-util/pkgconfig diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask index a0cd86ce4ca8..fbda04428af4 100644 --- a/profiles/prefix/darwin/package.mask +++ b/profiles/prefix/darwin/package.mask @@ -5,14 +5,6 @@ # util-linux has no business on Darwin systems sys-apps/util-linux -# Fabian Groffen <grobian@gentoo.org> (2012-02-19) -# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While -# the FSF GCC compiler is certainly useful, some - if not many - -# packages expect the Apple branch of GCC, and its (sometimes peculiar) -# behaviour. Do not file bugs for packages that fail to compile with -# FSF GCC, if you have patches, please send them directly to upstream. -sys-devel/gcc - # Fabian Groffen <grobian@gentoo.org> (2011-12-30) # Does not support Darwin, http://mj.ucw.cz/pciutils.html sys-apps/pciutils |