commit:     bfc81ce1fb441101d339228491699f408487974c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 18:50:38 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 18:51:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc81ce1

profiles/prefix/darwin/macos/11.0/arm64: add gcc subprofile

add gcc subprofile, and umask gcc-11 in there

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi                    | 1 +
 profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords | 5 +++++
 profiles/prefix/darwin/macos/11.0/arm64/gcc/parent                  | 2 ++
 profiles/profiles.desc                                              | 1 +
 4 files changed, 9 insertions(+)

diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi 
b/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /dev/null
+++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords 
b/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords
new file mode 100644
index 00000000000..bd43de88a9a
--- /dev/null
+++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/package.accept_keywords
@@ -0,0 +1,5 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Apple SI support only exists in Ians' WIP
+=sys-devel/gcc-11* **

diff --git a/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent 
b/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent
new file mode 100644
index 00000000000..fceecddb55c
--- /dev/null
+++ b/profiles/prefix/darwin/macos/11.0/arm64/gcc/parent
@@ -0,0 +1,2 @@
+..
+../../../features/fsf-gcc-ld64

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 5e82725b083..d6310b6c53c 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -303,6 +303,7 @@ x64-macos           prefix/darwin/macos/10.15/x64/gcc       
        exp
 x64-macos              prefix/darwin/macos/11.0/x64                    exp
 x64-macos              prefix/darwin/macos/11.0/x64/gcc                exp
 arm64-macos            prefix/darwin/macos/11.0/arm64                  exp
+arm64-macos            prefix/darwin/macos/11.0/arm64/gcc              exp
 
 # Solaris Profiles
 sparc-solaris          prefix/sunos/solaris/5.11/sparc                 exp

Reply via email to