diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-03 13:00:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-03 13:00:22 +0000 |
commit | dba74830958802a019b7f2090bb8bcb5d3f2e822 (patch) | |
tree | 21def8b7b5947d7da3dd89d751f080fcd46019e3 /config | |
parent | bf1245e2f3855110ec2690ef2a24b5dd8abcd856 (diff) | |
download | coreutils-dba74830958802a019b7f2090bb8bcb5d3f2e822.tar.xz |
.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sub b/config/config.sub index fe4f1edf3..0e6a25213 100644 --- a/config/config.sub +++ b/config/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*) |