* config.sub (tile*): New.

* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston 2008-01-16 00:07:36 +00:00
parent d3d413ae29
commit a466668009
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-01-16 Chris Metcalf <cmetcalf@tilera.com>
Ben Elliston <bje@gnu.org>
* config.sub (tile*): New.
* testsuite/config-sub.data: Add test cases.
2008-01-08 Ben Elliston <bje@gnu.org> 2008-01-08 Ben Elliston <bje@gnu.org>
* config.guess: Update copyright years in version output. * config.guess: Update copyright years in version output.

6
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2008-01-08' timestamp='2008-01-16'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME 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 basic_machine=tic6x-unknown
os=-coff os=-coff
;; ;;
tile*)
basic_machine=tile-unknown
os=-linux-gnu
;;
tx39) tx39)
basic_machine=mipstx39-unknown basic_machine=mipstx39-unknown
;; ;;

View File

@ -118,3 +118,6 @@ arm-mingw32ce arm-unknown-mingw32ce
blackfin bfin-unknown-linux-gnu blackfin bfin-unknown-linux-gnu
m68knommu m68k-unknown-linux-gnu m68knommu m68k-unknown-linux-gnu
parisc hppa-unknown-linux-gnu parisc hppa-unknown-linux-gnu
tile tile-unknown-linux-gnu
tile64 tile-unknown-linux-gnu
tile-linux tile-unknown-linux-gnu