]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update config.* scripts - fixes bugs for m68k, sparc64, s390.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Mar 2001 19:34:45 +0000 (19:34 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Mar 2001 19:34:45 +0000 (19:34 +0000)
ChangeLog
config.guess
config.sub

index a1972ebcb58e8c0b22f6a1e2f1185a3a88aeedb7..6901723c9522e14bedc0235ea2500cf969bc62d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d22f8b96a632c9121c5c9f4812f0373ec9ef853c..71de137a6b6cb605f3e1758c87936e62eb542021 100755 (executable)
@@ -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:*:*)
index ddbbfe5fb80c2a74b9335c79894beb4618e00db9..7146a2ffc1c9fa075de242398d1deb696beb336b 100755 (executable)
@@ -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.