--- config.guess.orig 2020-09-07 13:47:04.000000000 -0400 +++ config.guess 2020-09-07 13:47:21.000000000 -0400 @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-06-17' +timestamp='2020-09-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1152,6 +1152,7 @@ exit 0 ;; *:Darwin:*:*) case `uname -p` in + arm*) UNAME_PROCESSOR=arm ;; *86) UNAME_PROCESSOR=i686 ;; powerpc) UNAME_PROCESSOR=powerpc ;; esac