* config.guess: Add support for SCO OpenServer 6.
This commit is contained in:
Ben Elliston
2005-05-12 10:37:57 +00:00
parent daa94b9e3e
commit 4d4cb5f669
2 changed files with 6 additions and 1 deletions

3
config.guess vendored
View File

@ -1041,7 +1041,8 @@ EOF
echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
fi
exit 0 ;;
i*86:*:5:[78]*)
i*86:*:5:[678]*)
# UnixWare 7.x, OpenUNIX and OpenServer 6.
case `/bin/uname -X | grep "^Machine"` in
*486*) UNAME_MACHINE=i486 ;;
*Pentium) UNAME_MACHINE=i586 ;;