diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-17 23:14:24 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-17 23:14:24 +0000 |
commit | 90988bac82ff0f7af4f3d3f9a62bb09d0aab28cf (patch) | |
tree | 482940c7b2131464df8aa7770d01a927c66ec623 | |
parent | 0884570c4e81073738a5bdceb2653f447685a296 (diff) | |
download | coreutils-90988bac82ff0f7af4f3d3f9a62bb09d0aab28cf.tar.xz |
Sync from gnulib.
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/config.guess | 5 | ||||
-rw-r--r-- | config/config.sub | 9 |
3 files changed, 16 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 5242a82bd..c9ed06c0e 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2004-11-17 Paul Eggert <eggert@cs.ucla.edu> + + * config.guess, config.sub: Sync from gnulib. + 2004-11-10 Paul Eggert <eggert@cs.ucla.edu> * texinfo.tex: Sync from gnulib. diff --git a/config/config.guess b/config/config.guess index c28419dd5..822947132 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, 2004 Free Software Foundation, Inc. -timestamp='2004-10-25' +timestamp='2004-11-12' # 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 @@ -319,6 +319,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; *:OS400:*:*) echo powerpc-ibm-os400 exit 0 ;; diff --git a/config/config.sub b/config/config.sub index edb6b663c..ab72d8515 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, 2004 Free Software Foundation, Inc. -timestamp='2004-08-29' +timestamp='2004-11-12' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -489,6 +489,10 @@ case $basic_machine in basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -1297,6 +1301,9 @@ case $os in -kaos*) os=-kaos ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *) |