]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
add support for aviion
authorDavid D. Zuhn <zoo@cygnus>
Wed, 27 Oct 1993 17:46:16 +0000 (17:46 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 27 Oct 1993 17:46:16 +0000 (17:46 +0000)
config.guess

index f2507b19d99e9d1eee48125a4c43c5c67a346b03..5d22d5d43210102bab4899b83e8e3b3a9183f2d1 100755 (executable)
@@ -18,9 +18,8 @@
 
 #
 # This script attempts to guess a canonical system name similar to
-# config.sub. If it succeeds, it prints the system name on stdout, and
-# exits with 0.  Otherwise, it prints an error message on stderr, and
-# exits with 1.
+# config.sub.  If it succeeds, it prints the system name on stdout, and
+# exits with 0.  Otherwise, it exits with 1.
 #
 # The plan is that this can be called by configure scripts if you
 # don't specify an explicit system type (host/target name).
@@ -75,6 +74,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     m88k:*:3*:R3*)
        echo m88k-motorola-sysv3
        exit 0 ;;
+    AViiON:dgux:*:*)
+       echo m88k-dg-dgux${UNAME_RELEASE}
+       exit 0 ;;
+    M88*:*:R3*:*)
+       # Delta 88k system running SVR3
+       echo m88k-motorola-sysv3
+       exit 0 ;;
     *:IRIX:*:*)
        echo mips-sgi-irix${UNAME_RELEASE}
        exit 0 ;;