diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-01 18:05:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-01 18:05:06 +0000 |
commit | 66ac23dec2373bc4188bc8801280545316a63267 (patch) | |
tree | 113a9d62382b8b7ad613aa9f01c6f5f3d95399c1 /scripts/config.sub | |
parent | bf800d7023b79762f35474d00adb1b5b576ac68b (diff) | |
download | glibc-66ac23dec2373bc4188bc8801280545316a63267.tar.gz glibc-66ac23dec2373bc4188bc8801280545316a63267.tar.xz glibc-66ac23dec2373bc4188bc8801280545316a63267.zip |
Update miscellaneous files from upstream sources.
This patch updates various files from their upstream sources. This brings in copyright date updates for some of those files. Tested for x86_64. * manual/texinfo.tex: Update to version 2017-12-26.21 with trailing whitespace removed. * scripts/config.guess: Update to version 2018-01-01. * scripts/config.sub: Update to version 2018-01-01. * scripts/move-if-change: Update from gnulib.
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 00f68b8e5f..f2632cd8a2 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2017 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2017-11-23' +timestamp='2018-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-2017 Free Software Foundation, Inc. +Copyright 1992-2018 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." @@ -1416,7 +1416,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* | -redox*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |