added MacOS support to config.guess (from wsanchez@apple.com)

This commit is contained in:
Andrew Tridgell
2000-08-19 12:09:52 +00:00
parent b7c33e3bde
commit 2201ba580e

3
config.guess vendored
View File

@@ -977,6 +977,9 @@ EOF
*:QNX:*:4*)
echo i386-qnx-qnx${UNAME_VERSION}
exit 0 ;;
*:"Mac OS":*:*)
echo `uname -p`-apple-macos${UNAME_RELEASE}
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2