From 4b99c982c688a30bbafa56cae48d7f3b177ac9df Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Wed, 27 Oct 1993 17:46:16 +0000 Subject: add support for aviion --- config.guess | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'config.guess') diff --git a/config.guess b/config.guess index f2507b1..5d22d5d 100755 --- a/config.guess +++ b/config.guess @@ -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 ;; -- cgit v1.1