diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-01-23 02:43:51 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-01-23 02:43:51 +0000 |
commit | 190905953594ebad22db944c9b1175cdf3301e4b (patch) | |
tree | 5c508a26534521fd895dbe27ffe77a06bf0e2c1d /config.sub | |
parent | 7d3203139003550a32983e72e3677665738d2e6b (diff) | |
download | gdb-190905953594ebad22db944c9b1175cdf3301e4b.zip gdb-190905953594ebad22db944c9b1175cdf3301e4b.tar.gz gdb-190905953594ebad22db944c9b1175cdf3301e4b.tar.bz2 |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ;; |