diff options
author | Ben Elliston <bje@gnu.org> | 2008-01-23 02:43:51 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2008-01-23 02:43:51 +0000 |
commit | 797ac90aed26ac9ac6c0224c0e8da7ed03254982 (patch) | |
tree | 3140ae672d9f68f1adffca2e9eb8bcd8a0840536 /config.sub | |
parent | 4a96b0aa85fe8a4cabebf17229431e76f8b3453e (diff) | |
download | newlib-797ac90aed26ac9ac6c0224c0e8da7ed03254982.zip newlib-797ac90aed26ac9ac6c0224c0e8da7ed03254982.tar.gz newlib-797ac90aed26ac9ac6c0224c0e8da7ed03254982.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 ;; |