profiles/prefix/darwin/macos/26.0: add Tahoe profile

This is step one for supporting macOS Tahoe

Bug: https://bugs.gentoo.org/962964
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2025-09-17 14:12:40 +02:00
parent c59f721f5d
commit fcc3678e21
19 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,2 @@
..
../../../features/clang-lld

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,2 @@
..
../../../features/fsf-gcc-nold

View File

@@ -0,0 +1,5 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="arm64-apple-darwin25"
CHOST_arm64="${CHOST}"

View File

@@ -0,0 +1,2 @@
..
../../arch/arm64

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
MACOSX_DEPLOYMENT_TARGET="26.0"

View File

@@ -0,0 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Fabian Groffen <grobian@gentoo.org> (2011-04-10)
# as long as util-linux installs uuid.h which breaks the system headers
# (hence we don't) we can't do uuid support here
x11-libs/libSM -uuid

View File

@@ -0,0 +1 @@
..

View File

@@ -0,0 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
export MACOSX_DEPLOYMENT_TARGET=26.0

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,2 @@
..
../../../features/clang-lld

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,2 @@
..
../../../features/fsf-gcc-ld64

View File

@@ -0,0 +1,5 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="x86_64-apple-darwin25"
CHOST_amd64="${CHOST}"

View File

@@ -0,0 +1,2 @@
..
../../arch/x64