diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-01-07 23:25:47 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-01-07 23:25:47 +0000 |
commit | b6268e895d32b525ada0a59c283d8dbf64238d14 (patch) | |
tree | c4edfea07c47ca8419b169d55a683aea82f62b44 /config.sub | |
parent | 8a59a07e015225374d338e0d7f33cf0b7b1b4624 (diff) | |
download | gdb-b6268e895d32b525ada0a59c283d8dbf64238d14.tar.gz |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.sub b/config.sub index 62d9cbe8318..c271adb4703 100755 --- a/config.sub +++ b/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -# Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2007-12-05' +timestamp='2008-01-08' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 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." |