diff options
author | Hariharan Sandanagobalane <hariharan@picochip.com> | 2009-10-07 08:48:50 +0000 |
---|---|---|
committer | Hariharan Sandanagobalane <hariharans@gcc.gnu.org> | 2009-10-07 08:48:50 +0000 |
commit | d2d9ce5edca697ebebf9c921a434b07777064796 (patch) | |
tree | 4571515e30d3be1c47f887afed55fdc2a56bed1b /config.sub | |
parent | 4e7d730dfd3ae639afc56725b972be1dd6f79808 (diff) | |
download | gcc-d2d9ce5edca697ebebf9c921a434b07777064796.tar.gz |
* config.sub : Update from upstream sources.
From-SVN: r152517
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.sub b/config.sub index b26b47a0e0a..eec93662070 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-09-23' +timestamp='2009-10-07' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -301,7 +301,7 @@ case $basic_machine in | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12) + m6811 | m68hc11 | m6812 | m68hc12 | picochip) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none @@ -1297,7 +1297,7 @@ case $os in | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1698,3 +1698,4 @@ exit # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: + |