commit: bc37c95d8e195bc3420ddb4f8198b1d109927671
Author: fosslinux <fosslinux <AT> aussies <DOT> space>
AuthorDate: Wed Dec 27 11:26:59 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 09:39:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bc37c95d
Remove i386 MacOS
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a04cadf483..46c89d14c6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -359,8 +359,9 @@ bootstrap_profile() {
profile="prefix/darwin/macos/10.$((rev - 4))/ppc"
;;
i*86-apple-darwin1[578])
- rev=${CHOST##*darwin}
- profile="prefix/darwin/macos/10.$((rev - 4))/x86"
+ eerror "REMOVED ARCH: this 32-bit MacOS architecture
was removed,"
+ eerror "bootstrapping is impossible"
+ exit 1
;;
x86_64-apple-darwin1[5789])
rev=${CHOST##*darwin}