From 3a3ba493ffd98c1511d9f9785b99848638d0b455 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 2 Jun 2003 06:07:52 +0000 Subject: [PATCH] 2003-05-24 Ben Elliston * config.sub: Handle $os values of -nx6 and -nx7. --- ChangeLog | 4 ++++ config.sub | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6aa4320..e6402b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-24 Ben Elliston + + * config.sub: Handle $os values of -nx6 and -nx7. + 2003-05-22 Ben Elliston * config.guess: Detect ICL NX version 6 running on ICL/Fujitsu DRS diff --git a/config.sub b/config.sub index fe4f1ed..0e6a252 100755 --- a/config.sub +++ b/config.sub @@ -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-09' +timestamp='2003-05-24' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -1131,7 +1131,7 @@ case $os in | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix*) + | -powermax* | -dnix* | -nx6 | -nx7) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*)