diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-05 13:39:51 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-05 13:41:23 +0100 |
commit | ed2f186dd025b87d88c047152cc318026d2a0d6e (patch) | |
tree | 4ad5a7243ef1e7554749fd321e29469bbcb9bd62 /profiles/prefix/darwin | |
parent | app-misc/rq: add dev-python/rq blocker (diff) | |
download | gentoo-ed2f186dd025b87d88c047152cc318026d2a0d6e.tar.gz gentoo-ed2f186dd025b87d88c047152cc318026d2a0d6e.tar.bz2 gentoo-ed2f186dd025b87d88c047152cc318026d2a0d6e.zip |
profiles/prefix/darwin: drop sys-libs/csu from @system
crt1.o and friends aren't necessary to operate on macOS, and static
linking isn't possible for as long as the OS exists, so drop from
@system -- it needs a special compiler anyway
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/packages | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages index e036014e912a..0cd80b120bdf 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # usage of FSF GCC, disabling Clang, without binutils-apple (due to @@ -9,4 +9,3 @@ -*sys-devel/binutils-apple -*sys-devel/clang -*sys-devel/gcc-apple --*sys-libs/csu diff --git a/profiles/prefix/darwin/packages b/profiles/prefix/darwin/packages index ef9a3cc79bf3..3856bb1f724a 100644 --- a/profiles/prefix/darwin/packages +++ b/profiles/prefix/darwin/packages @@ -1,7 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 *sys-apps/darwin-miscutils *sys-devel/binutils-apple -*sys-libs/csu *sys-process/pkill-darwin |