aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-10-27 17:46:16 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-10-27 17:46:16 +0000
commit4b99c982c688a30bbafa56cae48d7f3b177ac9df (patch)
tree2406cf2f2fbb5983e01cf89bffcc65d113320f92 /config.guess
parentd1ee509bafc1c8e140f0ba2886c7aca162b35980 (diff)
downloadfsf-binutils-gdb-4b99c982c688a30bbafa56cae48d7f3b177ac9df.zip
fsf-binutils-gdb-4b99c982c688a30bbafa56cae48d7f3b177ac9df.tar.gz
fsf-binutils-gdb-4b99c982c688a30bbafa56cae48d7f3b177ac9df.tar.bz2
add support for aviion
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess12
1 files changed, 9 insertions, 3 deletions
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 ;;