* mips.h: Replaced with version from Ralph Campbell and OSF. The
[deliverable/binutils-gdb.git] / config.guess
index ee884e0ac923238927c89d6419b7f0d9638c1a88..3cdc586e9e20883d3a7d946d38c6c9096da1f993 100755 (executable)
@@ -94,6 +94,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     9000/8??:HP-UX:*:*)
        echo hppa1.0-hp-hpux
        exit 0 ;;
+    9000/8??:4.3bsd:*:* | 9000/8?7:4.3bsd:*:* )
+       echo hppa1.1-hp-bsd
+       exit 0 ;;
+    9000/8??:4.3bsd:*:*)
+       echo hppa1.0-hp-bsd
+       exit 0 ;;
     C1*:ConvexOS:*:*)
        echo c1-convex-bsd
         exit 0 ;;
@@ -114,7 +120,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        exit 0 ;;
     i[34]86:UNIX_SV:4.*:*)
        if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
-               echo ${UNAME_MACHINE}-unixware-sysv${UNAME_RELEASE}
+               echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
        else
                echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}
        fi
@@ -132,6 +138,11 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
        # "miniframe"
        echo m68010-convergent-sysv
        exit 0 ;;
+    M680[234]0:*:R3V[567]*:*)
+       test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
+    33??:*:4.0:*)
+       uname -p 2>/dev/null | grep 86 >/dev/null \
+         && echo i486-ncr-sysv4 && exit 0 ;;
 esac
 
 echo '(No uname command or uname output not recognized.)' 1>&2
This page took 0.022399 seconds and 4 git commands to generate.