commit:     20688f76f4c8f37c5cb43482c6f2f3ff0244971d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 15:39:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 15:39:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20688f76

profiles/prefix/darwin/macos/12.0/*/make.defaults: fix CHOST

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/prefix/darwin/macos/12.0/arm64/make.defaults | 2 +-
 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 517a7af50a2..dee8dc9d867 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 fc5c5eebb17..4a8f2a57d85 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}"

Reply via email to