mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-05 18:39:19 +00:00
14 lines
434 B
Diff
14 lines
434 B
Diff
|
diff -ru a/config.guess b/config.guess
|
||
|
--- a/config.guess 2017-03-18 19:22:06.000000000 +0100
|
||
|
+++ b/config.guess 2021-12-20 01:41:00.000000000 +0100
|
||
|
@@ -1295,6 +1295,9 @@
|
||
|
*:Rhapsody:*:*)
|
||
|
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
|
||
|
exit ;;
|
||
|
+ arm64:Darwin:*:*)
|
||
|
+ echo aarch64-apple-darwin"$UNAME_RELEASE"
|
||
|
+ exit ;;
|
||
|
*:Darwin:*:*)
|
||
|
UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
|
||
|
eval $set_cc_for_build
|