diff options
author | Bruno Haible <bruno@clisp.org> | 2001-03-28 19:34:45 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-03-28 19:34:45 +0000 |
commit | 8af4939edd1d579b9819c71d212c1acd14ea51dd (patch) | |
tree | 54463cd4f5d0eacba0ba3b1e49a5a6e12ff3af62 | |
parent | 37be7241d589512e8e5baced623ca0b3ad3ad06b (diff) | |
download | external_gettext-8af4939edd1d579b9819c71d212c1acd14ea51dd.zip external_gettext-8af4939edd1d579b9819c71d212c1acd14ea51dd.tar.gz external_gettext-8af4939edd1d579b9819c71d212c1acd14ea51dd.tar.bz2 |
Update config.* scripts - fixes bugs for m68k, sparc64, s390.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.guess | 6 | ||||
-rwxr-xr-x | config.sub | 13 |
3 files changed, 14 insertions, 9 deletions
@@ -1,3 +1,7 @@ +2001-03-28 Bruno Haible <haible@clisp.cons.org> + + * config.guess, config.sub: Update to GNU version 2001-03-19. + 2001-03-25 Bruno Haible <haible@clisp.cons.org> * acconfig.h (WARN_ID_LEN): Remove macro. diff --git a/config.guess b/config.guess index d22f8b9..71de137 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-03-06' +timestamp='2001-03-16' # 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 @@ -757,7 +757,7 @@ EOF echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnuaout + echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) cat >$dummy.c <<EOF @@ -870,7 +870,7 @@ EOF sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; - sparc:Linux:*:*) + sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-02-16' +timestamp='2001-03-19' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -230,9 +230,10 @@ case $basic_machine in | mips16 | mips64 | mipsel | mips64el \ | mips64orion | mips64orionel | mipstx39 | mipstx39el \ | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ - | mips64vr5000 | miprs64vr5000el | mcore \ + | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \ | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ - | thumb | d10v | d30v | fr30 | avr | openrisc) + | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \ + | pj | pjl | h8500) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -240,7 +241,7 @@ case $basic_machine in basic_machine=$basic_machine-unknown os=-none ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl) + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | w65) ;; # We use `pc' rather than `unknown' @@ -277,8 +278,8 @@ case $basic_machine in | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \ | [cjt]90-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ - | bs2000-* | tic54x-* | c54x-* | x86_64-*) + | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \ + | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. |