From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- profiles/prefix/darwin/macos/10.13/x64/gcc/parent | 2 +- profiles/prefix/darwin/macos/10.14/x64/gcc/parent | 2 +- profiles/prefix/darwin/macos/10.15/x64/gcc/parent | 2 +- profiles/prefix/darwin/macos/11.0/x64/gcc/parent | 2 +- profiles/prefix/darwin/macos/package.mask | 11 ++++++----- profiles/prefix/package.mask | 5 ----- profiles/prefix/sunos/solaris/arch/sparc64/make.defaults | 8 ++++++++ 7 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 profiles/prefix/sunos/solaris/arch/sparc64/make.defaults (limited to 'profiles/prefix') diff --git a/profiles/prefix/darwin/macos/10.13/x64/gcc/parent b/profiles/prefix/darwin/macos/10.13/x64/gcc/parent index 5ebbfd24d627..fceecddb55c7 100644 --- a/profiles/prefix/darwin/macos/10.13/x64/gcc/parent +++ b/profiles/prefix/darwin/macos/10.13/x64/gcc/parent @@ -1,2 +1,2 @@ .. -../../../features/fsf-gcc-nold +../../../features/fsf-gcc-ld64 diff --git a/profiles/prefix/darwin/macos/10.14/x64/gcc/parent b/profiles/prefix/darwin/macos/10.14/x64/gcc/parent index 5ebbfd24d627..fceecddb55c7 100644 --- a/profiles/prefix/darwin/macos/10.14/x64/gcc/parent +++ b/profiles/prefix/darwin/macos/10.14/x64/gcc/parent @@ -1,2 +1,2 @@ .. -../../../features/fsf-gcc-nold +../../../features/fsf-gcc-ld64 diff --git a/profiles/prefix/darwin/macos/10.15/x64/gcc/parent b/profiles/prefix/darwin/macos/10.15/x64/gcc/parent index 5ebbfd24d627..fceecddb55c7 100644 --- a/profiles/prefix/darwin/macos/10.15/x64/gcc/parent +++ b/profiles/prefix/darwin/macos/10.15/x64/gcc/parent @@ -1,2 +1,2 @@ .. -../../../features/fsf-gcc-nold +../../../features/fsf-gcc-ld64 diff --git a/profiles/prefix/darwin/macos/11.0/x64/gcc/parent b/profiles/prefix/darwin/macos/11.0/x64/gcc/parent index 5ebbfd24d627..fceecddb55c7 100644 --- a/profiles/prefix/darwin/macos/11.0/x64/gcc/parent +++ b/profiles/prefix/darwin/macos/11.0/x64/gcc/parent @@ -1,2 +1,2 @@ .. -../../../features/fsf-gcc-nold +../../../features/fsf-gcc-ld64 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 4f8cc88126e6..99f21f91b1f5 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,10 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen (2020-12-20) -# we need to establish this darwin-xcode version can really be our -# linker once we figure out TAPI support -=sys-devel/binutils-apple-8.2.1-r100 +# Fabian Groffen (2021-01-10) +# fails to compile on regex and nonull definitions in +# gnulib/malloc/dynarray-skeleton.c +=net-misc/wget-1.21.1 +=sys-apps/findutils-4.8.0 # Fabian Groffen (2020-11-23) # no symbols from libopenbsd-compat diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 2fdfde8b7fad..01d4dcdb0ee4 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -8,11 +8,6 @@ # NOTE: Please add your entry at the top! # -# Fabian Groffen (2021-01-02) -# Fails to compile on Darwin, and probably other platforms as well, -# masking globally for now, bug #763123 -=net-misc/wget-1.21 - # Fabian Groffen (2020-08-02) # Python 3.6 is soon going away and won't be updated for Prefix anymore. dev-lang/python:3.6 diff --git a/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults new file mode 100644 index 000000000000..5bcd9c9e76cd --- /dev/null +++ b/profiles/prefix/sunos/solaris/arch/sparc64/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="sparc64" +DEFAULT_ABI="sparc64" +ABI="sparc64" +LIBDIR_sparc64="lib" -- cgit v1.2.3