diff options
author | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-11 13:02:58 +0000 |
---|---|---|
committer | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-01-11 13:02:58 +0000 |
commit | ddda1c995f6208ecc56dfd55a95c4cba1f61dd9f (patch) | |
tree | 21ac474968b60ee75fe82c086af20d8b3ea0e708 /config.sub | |
parent | 1410e798d6305a28f584d1c9973341b05ad542e7 (diff) | |
download | gcc-ddda1c995f6208ecc56dfd55a95c4cba1f61dd9f.tar.gz |
* config.sub: Update from config repo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195105 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 2dd5db334a7..707e9e2efe8 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2013-01-04' +timestamp='2013-01-11' # 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 @@ -290,6 +290,7 @@ case $basic_machine in | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ @@ -407,6 +408,7 @@ case $basic_machine in | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ |