update from prep
authorKarl Berry <karl@freefriends.org>
Sat, 24 May 2003 13:08:40 +0000 (13:08 +0000)
committerKarl Berry <karl@freefriends.org>
Sat, 24 May 2003 13:08:40 +0000 (13:08 +0000)
config/ChangeLog
config/config.guess

index 6618510524f632e169b478068abe9693e24de763..e6a977e5855480b42e6c120ac7e8e36658fdeb61 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-24    <karl@gnu.org>
+
+       * config.guess: update from prep.
+
 2003-05-20    <karl@gnu.org>
 
        * config.guess: update from prep.
index 9e55e1a073b3e3f20cd976a468a8249df92520ba..0e807919d94372e2bce9e9130b6fd9f258c199bc 100644 (file)
@@ -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 ;;