* config.guess: Add support for Motorola Delta 68k, up to r3v7.
authorPer Bothner <per@bothner.com>
Wed, 2 Jun 1993 18:55:35 +0000 (18:55 +0000)
committerPer Bothner <per@bothner.com>
Wed, 2 Jun 1993 18:55:35 +0000 (18:55 +0000)
Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).

ChangeLog
config.guess

index 7d56cc0ee34a7513ce7a909d4b410ebeb395c461..09b7473eecfe9edc99c04cb449888d63fea1a6f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
+       Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
+
 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
 
        * config.sub: Add support for rom68k and bug boot monitors.
index ee884e0ac923238927c89d6419b7f0d9638c1a88..923e0706fc4e0fbcfc97654bb514c8821d1ebd8c 100755 (executable)
@@ -114,7 +114,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 +132,8 @@ 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 ;;
 esac
 
 echo '(No uname command or uname output not recognized.)' 1>&2
This page took 0.026101 seconds and 4 git commands to generate.