aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-23 02:37:40 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-23 02:37:40 +0000
commit29179dae23190df98cc4782eb684a196217e282a (patch)
tree4f819cc72bd91e2860666344539e8c0d70f97a95 /config.sub
parentf5c2bcb77b8849ac564558828e0a1cd6b64ededc (diff)
* config.sub, config.guess: Update from upstream sources.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131753 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index c271adb4703..6759825a5b7 100755
--- a/config.sub
+++ b/config.sub
@@ -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
;;