summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-02 15:39:35 +0000
committerSam James <sam@gentoo.org>2021-11-02 15:39:35 +0000
commit20688f76f4c8f37c5cb43482c6f2f3ff0244971d (patch)
treeabe512732031ded1dc208eaefc10820bdecc9086 /profiles/prefix
parentprofiles/prefix/darwin/macos/12.0: add 12.0 profiles for macOS Monterey (diff)
downloadgentoo-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/prefix')
-rw-r--r--profiles/prefix/darwin/macos/12.0/arm64/make.defaults2
-rw-r--r--profiles/prefix/darwin/macos/12.0/x64/make.defaults2
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}"