diff options
author | Sam James <sam@gentoo.org> | 2021-11-02 15:39:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-02 15:39:35 +0000 |
commit | 20688f76f4c8f37c5cb43482c6f2f3ff0244971d (patch) | |
tree | abe512732031ded1dc208eaefc10820bdecc9086 /profiles | |
parent | profiles/prefix/darwin/macos/12.0: add 12.0 profiles for macOS Monterey (diff) | |
download | gentoo-20688f76f4c8f37c5cb43482c6f2f3ff0244971d.tar.gz gentoo-20688f76f4c8f37c5cb43482c6f2f3ff0244971d.tar.bz2 gentoo-20688f76f4c8f37c5cb43482c6f2f3ff0244971d.zip |
profiles/prefix/darwin/macos/12.0/*/make.defaults: fix CHOST
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/12.0/arm64/make.defaults | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/12.0/x64/make.defaults | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/prefix/darwin/macos/12.0/arm64/make.defaults b/profiles/prefix/darwin/macos/12.0/arm64/make.defaults index 517a7af50a22..dee8dc9d867e 100644 --- a/profiles/prefix/darwin/macos/12.0/arm64/make.defaults +++ b/profiles/prefix/darwin/macos/12.0/arm64/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="arm64-apple-darwin20" +CHOST="arm64-apple-darwin21" CHOST_arm64="${CHOST}" diff --git a/profiles/prefix/darwin/macos/12.0/x64/make.defaults b/profiles/prefix/darwin/macos/12.0/x64/make.defaults index fc5c5eebb172..4a8f2a57d859 100644 --- a/profiles/prefix/darwin/macos/12.0/x64/make.defaults +++ b/profiles/prefix/darwin/macos/12.0/x64/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="x86_64-apple-darwin20" +CHOST="x86_64-apple-darwin21" CHOST_amd64="${CHOST}" |