Re: [PATCH] config.guess: Fix aarch64 macOS detection with GNU uname

2021-03-21 Thread Dmitry V. Levin
On Sun, Mar 21, 2021 at 09:23:45AM -0400, m...@diatr.us wrote: > From: Hayden > > --- > config.guess | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config.guess b/config.guess > index 1972fda..7a74216 100755 > --- a/config.guess > +++ b/config.guess > @@ -1362,6 +1362,7 @@ EOF >

[PATCH] config.guess: Fix aarch64 macOS detection with GNU uname

2021-03-21 Thread me
From: Hayden --- config.guess | 1 + 1 file changed, 1 insertion(+) diff --git a/config.guess b/config.guess index 1972fda..7a74216 100755 --- a/config.guess +++ b/config.guess @@ -1362,6 +1362,7 @@ EOF UNAME_PROCESSOR=$(uname -p) case $UNAME_PROCESSOR in unknown) UN