]> sourceware.org Git - glibc.git/commitdiff
Update config.guess and config.sub to current versions.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 1 Jan 2017 00:29:55 +0000 (00:29 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 1 Jan 2017 00:29:55 +0000 (00:29 +0000)
* scripts/config.guess: Update to version 2017-01-01.
* scripts/config.sub: Update to version 2017-01-01.

ChangeLog
scripts/config.guess
scripts/config.sub

index bb0d7d94a298c0d1c78237c53f569e48e5793da0..814b05c7077757f19974db5dbfb6707d7f9f629c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-01-01  Joseph Myers  <joseph@codesourcery.com>
 
+       * scripts/config.guess: Update to version 2017-01-01.
+       * scripts/config.sub: Update to version 2017-01-01.
+
        * NEWS: Update copyright dates.
        * catgets/gencat.c (print_version): Likewise.
        * csu/version.c (banner): Likewise.
index 2e9ad7fe8189d20ca777d62a38609942e7732c25..bbd48b60e88b94f7390c2df90b73bea12bff1979 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-10-02'
+timestamp='2017-01-01'
 
 # 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
@@ -50,7 +50,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
index a2a01128b53a4d92dc64a384d14b88a493e34980..7e792b4ae17baca8c9d3dec17764b1c21302737d 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2016 Free Software Foundation, Inc.
+#   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2016-11-19'
+timestamp='2017-01-01'
 
 # 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
@@ -67,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2016 Free Software Foundation, Inc.
+Copyright 1992-2017 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -1409,7 +1409,7 @@ case $os in
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
-             | -onefs* | -tirtos* | -phoenix* | -fuchsia*)
+             | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
This page took 0.144555 seconds and 5 git commands to generate.