commit: ed2f186dd025b87d88c047152cc318026d2a0d6e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 12:39:51 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 12:41:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2f186d
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 <AT> gentoo.org> profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages | 3 +-- 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 e036014e912..0cd80b120bd 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 ef9a3cc79bf..3856bb1f724 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
