summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-24 18:18:57 +0000
committerJim Meyering <jim@meyering.net>2003-05-24 18:18:57 +0000
commit364c12825ccdf4a9f80ac9bf2ab43d39af950f91 (patch)
tree029293e65a5fc587778709433deb153a4d1f9ccf /config/config.guess
parentc7b2637d88ba241bf2489166c36ef54803b71b46 (diff)
downloadcoreutils-364c12825ccdf4a9f80ac9bf2ab43d39af950f91.tar.xz
.
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.guess b/config/config.guess
index 9e55e1a07..0e807919d 100644
--- a/config/config.guess
+++ b/config/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-05-19'
+timestamp='2003-05-22'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -320,6 +320,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
NILE*:*:*:dcosx)
echo pyramid-pyramid-svr4
exit 0 ;;
+ DRS?6000:unix:4.0:6*)
+ echo sparc-icl-nx6
+ exit 0 ;;
DRS?6000:UNIX_SV:4.2*:7*)
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7 && exit 0 ;;