diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-03-23 14:26:40 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-03-23 14:26:40 +0000 |
commit | 0d1152b15213da586d6563c23f9a6cb6abe44f7c (patch) | |
tree | e48904e0cc03f9d2ed8982de758f60b4a5640006 /config.guess | |
parent | 1ab71299a5bdb316006cb8e71197a3dd918cd4f2 (diff) | |
download | gcc-0d1152b15213da586d6563c23f9a6cb6abe44f7c.tar.gz |
config.sub: Update to version 2010-03-22.
* config.sub: Update to version 2010-03-22.
* config.guess: Update to version 2009-12-30.
From-SVN: r157667
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.guess b/config.guess index 64cae2741b9..c2246a4f7f4 100755 --- a/config.guess +++ b/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-12-13' +timestamp='2009-12-30' # 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 @@ -56,8 +56,9 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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." |