config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] macOS ARM


From: Ben Elliston
Subject: Re: [PATCH] macOS ARM
Date: Fri, 10 Jul 2020 16:29:40 +1000
User-agent: Mutt/1.10.1 (2018-07-13)

Hi Michael

Here is a proposed (simpler) version of your patch based on the new
tip of the config tree. Any comments, folks?

Cheers,
Ben

diff --git a/config.guess b/config.guess
index 92bfc33..8fb72c9 100755
--- a/config.guess
+++ b/config.guess
@@ -1342,6 +1342,9 @@ EOF
     *:Rhapsody:*:*)
        echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
        exit ;;
+    arm64:Darwin:*:*)
+       echo aarch64-apple-darwin"$UNAME_RELEASE"
+       exit ;;
     *:Darwin:*:*)
        UNAME_PROCESSOR=`uname -p`
        case $UNAME_PROCESSOR in
diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data
index 2c07d9a..a99bf8b 100644
--- a/testsuite/config-guess.data
+++ b/testsuite/config-guess.data
@@ -16,6 +16,7 @@ arm | 12.0 | FreeBSD | ignored | armv7 | 
armv7-unknown-freebsd12.0-gnueabihf
 arm | ignored | Linux | ignored | ignored | arm-unknown-linux-gnueabihf
 arm | ignored | riscos | ignored | ignored | arm-unknown-riscos
 arm | ignored | RISCOS | ignored | ignored | arm-unknown-riscos
+arm64 | 20.0.0 | Darwin | ignored | arm | aarch64-apple-darwin20.0.0
 armv4l | ignored | riscos | ignored | ignored | arm-unknown-riscos
 authenticamd | 6.0 | Interix | ignored | ignored | x86_64-unknown-interix6.0
 avr32 | 2.6.15 | Linux | ignored | ignored | avr32-unknown-linux-gnu

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]