--- config.guess.orig 2018-05-15 12:02:46.000000000 -0700
+++ config.guess 2018-05-17 21:57:54.000000000 -0700
if test "$UNAME_PROCESSOR" = unknown ; then
- if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
+ #if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
- elif test "$UNAME_PROCESSOR" = i386 ; then
+ #elif test "$UNAME_PROCESSOR" = i386 ; then
# Avoid executing cc on OS X 10.9, as it ships with a stub
# that puts up a graphical alert prompting to install
# developer tools. Any system running Mac OS X 10.7 or
# later (Darwin 11 and later) is required to have a 64-bit
# processor. This is not true of the ARM version of Darwin
# that Apple uses in portable devices.
+ #UNAME_PROCESSOR=x86_64
echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE"
*:procnto*:*:* | *:QNX:[0123456789]*:*)