diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-01-01 00:29:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-01-01 00:29:55 +0000 |
commit | 779032576d9275b627c547f6a539e12b615a91eb (patch) | |
tree | 7ca094b5fd5107f7ce328553e42c5253e49341b9 /scripts/config.guess | |
parent | 58b587c1f8439833bbbe225d85a740dc18866eae (diff) | |
download | glibc-779032576d9275b627c547f6a539e12b615a91eb.tar.gz glibc-779032576d9275b627c547f6a539e12b615a91eb.tar.xz glibc-779032576d9275b627c547f6a539e12b615a91eb.zip |
Update config.guess and config.sub to current versions.
* scripts/config.guess: Update to version 2017-01-01. * scripts/config.sub: Update to version 2017-01-01.
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index 2e9ad7fe81..bbd48b60e8 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -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." |