Skip to content

Commit

Permalink
Remove i386 MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
fosslinux authored and grobian committed Dec 29, 2023
1 parent b313adc commit bc37c95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bc37c95

Please sign in to comment.