]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-08-18 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 4 Sep 1999 07:11:29 +0000 (07:11 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 4 Sep 1999 07:11:29 +0000 (07:11 +0000)
* config.guess: Remove "/MP" from the release string on
multiprocessor x86 machines running SVR4.0. Suggested by Tom
Purcell <Tom.Purcell@wang.com>.

config.guess

index 322642ebaa3032728720d0c345ef4b57dcc2d239..499f28d5ac5248aad01e7b2b55590aab09c9c1d7 100755 (executable)
@@ -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*)