diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-01 10:41:44 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-01 10:41:44 +0200 |
commit | a6a0bf70eddc63a07f8d79f81cb381d5e2bdff9a (patch) | |
tree | d8daff297d75d52e2e6a88b1373738be78301896 /scripts/config.guess | |
parent | 539a2357df611b8b2035b033039e59563a771477 (diff) | |
download | crosstool-ng-a6a0bf70eddc63a07f8d79f81cb381d5e2bdff9a.tar.gz crosstool-ng-a6a0bf70eddc63a07f8d79f81cb381d5e2bdff9a.tar.bz2 crosstool-ng-a6a0bf70eddc63a07f8d79f81cb381d5e2bdff9a.zip |
config.{gues,sub}: update
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index e3a2116a..bb0b03ea 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-06-10' +timestamp='2009-08-19' # 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 @@ -27,16 +27,16 @@ timestamp='2009-06-10' # the same distribution terms that you use for the rest of that program. -# Originally written by Per Bothner <per@bothner.com>. -# Please send patches to <config-patches@gnu.org>. Submit a context -# diff and a properly formatted ChangeLog entry. +# Originally written by Per Bothner. Please send patches (context +# diff format) to <config-patches@gnu.org> and include a ChangeLog +# entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` |