GNU Binutils with patches for OS216
修订版 | 6ba37ab47e63dc70ddaec3d296fbf8da49eb4e79 (tree) |
---|---|
时间 | 2015-01-02 18:40:57 |
作者 | Hans-Peter Nilsson <hp@bitr...> |
Commiter | Hans-Peter Nilsson |
config.sub, config.guess: Update from upstream, to 2015-01-01 version.
@@ -1,3 +1,8 @@ | ||
1 | +2015-01-02 Hans-Peter Nilsson <hp@bitrange.com> | |
2 | + | |
3 | + * config.sub: Update from upstream, to 2015-01-01 version. | |
4 | + * config.guess: Ditto. | |
5 | + | |
1 | 6 | 2014-12-06 Eric Botcazou <ebotcazou@adacore.com> |
2 | 7 | |
3 | 8 | * config.sub: Update from upstream config repo. |
@@ -1,8 +1,8 @@ | ||
1 | 1 | #! /bin/sh |
2 | 2 | # Attempt to guess a canonical system name. |
3 | -# Copyright 1992-2014 Free Software Foundation, Inc. | |
3 | +# Copyright 1992-2015 Free Software Foundation, Inc. | |
4 | 4 | |
5 | -timestamp='2014-11-04' | |
5 | +timestamp='2015-01-01' | |
6 | 6 | |
7 | 7 | # This file is free software; you can redistribute it and/or modify it |
8 | 8 | # under the terms of the GNU General Public License as published by |
@@ -50,7 +50,7 @@ version="\ | ||
50 | 50 | GNU config.guess ($timestamp) |
51 | 51 | |
52 | 52 | Originally written by Per Bothner. |
53 | -Copyright 1992-2014 Free Software Foundation, Inc. | |
53 | +Copyright 1992-2015 Free Software Foundation, Inc. | |
54 | 54 | |
55 | 55 | This is free software; see the source for copying conditions. There is NO |
56 | 56 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
@@ -1,8 +1,8 @@ | ||
1 | 1 | #! /bin/sh |
2 | 2 | # Configuration validation subroutine script. |
3 | -# Copyright 1992-2014 Free Software Foundation, Inc. | |
3 | +# Copyright 1992-2015 Free Software Foundation, Inc. | |
4 | 4 | |
5 | -timestamp='2014-12-03' | |
5 | +timestamp='2015-01-01' | |
6 | 6 | |
7 | 7 | # This file is free software; you can redistribute it and/or modify it |
8 | 8 | # under the terms of the GNU General Public License as published by |
@@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>." | ||
68 | 68 | version="\ |
69 | 69 | GNU config.sub ($timestamp) |
70 | 70 | |
71 | -Copyright 1992-2014 Free Software Foundation, Inc. | |
71 | +Copyright 1992-2015 Free Software Foundation, Inc. | |
72 | 72 | |
73 | 73 | This is free software; see the source for copying conditions. There is NO |
74 | 74 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
@@ -260,7 +260,7 @@ case $basic_machine in | ||
260 | 260 | | c4x | c8051 | clipper \ |
261 | 261 | | d10v | d30v | dlx | dsp16xx \ |
262 | 262 | | epiphany \ |
263 | - | fido | fr30 | frv \ | |
263 | + | fido | fr30 | frv | ft32 \ | |
264 | 264 | | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
265 | 265 | | hexagon \ |
266 | 266 | | i370 | i860 | i960 | ia64 \ |