diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-10 19:54:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-10 19:56:12 +0100 |
commit | d6051d4a615d17901b4357147f881076b9a0909e (patch) | |
tree | 86f2d33e5f39dea5db0813038c43368b9415699d /profiles/prefix | |
parent | app-text/qpdfview: fix build with bash-5.1 (diff) | |
download | gentoo-d6051d4a615d17901b4357147f881076b9a0909e.tar.gz gentoo-d6051d4a615d17901b4357147f881076b9a0909e.tar.bz2 gentoo-d6051d4a615d17901b4357147f881076b9a0909e.zip |
profiles/prefix/darwin/macos: switch gcc profiles to ld64
now that we have binutils-apple-8.2.1-r101 verified to compile/link
entire system, enable it globally, instead of native-cctools wrappers
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
4 files changed, 4 insertions, 4 deletions
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 |