Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/12.0/arm64/, profiles/prefix/darwin/macos/12.0/x64/
Date: Tue, 02 Nov 2021 15:39:50
Message-Id: 1635867575.20688f76f4c8f37c5cb43482c6f2f3ff0244971d.sam@gentoo
1 commit: 20688f76f4c8f37c5cb43482c6f2f3ff0244971d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 15:39:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 15:39:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20688f76
7
8 profiles/prefix/darwin/macos/12.0/*/make.defaults: fix CHOST
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/prefix/darwin/macos/12.0/arm64/make.defaults | 2 +-
13 profiles/prefix/darwin/macos/12.0/x64/make.defaults | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/profiles/prefix/darwin/macos/12.0/arm64/make.defaults b/profiles/prefix/darwin/macos/12.0/arm64/make.defaults
17 index 517a7af50a2..dee8dc9d867 100644
18 --- a/profiles/prefix/darwin/macos/12.0/arm64/make.defaults
19 +++ b/profiles/prefix/darwin/macos/12.0/arm64/make.defaults
20 @@ -1,5 +1,5 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -CHOST="arm64-apple-darwin20"
25 +CHOST="arm64-apple-darwin21"
26 CHOST_arm64="${CHOST}"
27
28 diff --git a/profiles/prefix/darwin/macos/12.0/x64/make.defaults b/profiles/prefix/darwin/macos/12.0/x64/make.defaults
29 index fc5c5eebb17..4a8f2a57d85 100644
30 --- a/profiles/prefix/darwin/macos/12.0/x64/make.defaults
31 +++ b/profiles/prefix/darwin/macos/12.0/x64/make.defaults
32 @@ -1,5 +1,5 @@
33 # Copyright 1999-2021 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -CHOST="x86_64-apple-darwin20"
37 +CHOST="x86_64-apple-darwin21"
38 CHOST_amd64="${CHOST}"