]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.sub, config.guess: Update from upstream sources.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2008 02:37:40 +0000 (02:37 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Jan 2008 02:37:40 +0000 (02:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131753 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.guess
config.sub

index 96875d4129e56d26769f15b47854ad7ad4e14fca..63de3450a2f3e7ac520dcbbef65de3a91bbc12f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-23  Ben Elliston  <bje@au.ibm.com>
+
+       * config.sub, config.guess: Update from upstream sources.
+
 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
 
        * MAINTAINERS (Write After Approval): Add myself.
index ca2a03ca4f18f15603819e72c218515d4a4b763c..f32079abda668e5fc8f8de6f226e7b26384e8a03 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-01-08'
+timestamp='2008-01-23'
 
 # 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
@@ -1484,9 +1484,9 @@ This script, last modified $timestamp, has failed to recognize
 the operating system you are using. It is advised that you
 download the most up to date version of the config scripts from
 
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 and
-  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
+  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
 
 If the version you run ($0) is already up to date, please
 send the following data and any information you think might be
index c271adb4703444667c71725953345504e7a3dae1..6759825a5b7fcf64476b4398dc0e30b3090b925c 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2008-01-08'
+timestamp='2008-01-16'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -1049,6 +1049,10 @@ case $basic_machine in
                basic_machine=tic6x-unknown
                os=-coff
                ;;
+       tile*)
+               basic_machine=tile-unknown
+               os=-linux-gnu
+               ;;
        tx39)
                basic_machine=mipstx39-unknown
                ;;