1999-08-18 Ben Elliston <bje@cygnus.com>

* config.guess: Remove "/MP" from the release string on
	multiprocessor x86 machines running SVR4.0. Suggested by Tom
	Purcell <Tom.Purcell@wang.com>.
This commit is contained in:
Ben Elliston 1999-09-04 07:11:29 +00:00
parent c22c6d450c
commit 7c8b637ce8

5
config.guess vendored
View File

@ -798,10 +798,11 @@ EOF
echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
exit 0 ;;
i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
else
echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
fi
exit 0 ;;
i?86:*:5:7*)