diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-27 12:12:21 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-27 12:12:21 +0200 |
commit | 9d743adb55f97aa22bfa33577c76d68b6a61cb7b (patch) | |
tree | ed2635015a68593debbdae22cb2cbade46a97ce4 /scripts/config.sub | |
parent | e0ec8eda63a75cadd8e3ac943f5924b8dbe8f01a (diff) | |
download | crosstool-ng-9d743adb55f97aa22bfa33577c76d68b6a61cb7b.tar.gz crosstool-ng-9d743adb55f97aa22bfa33577c76d68b6a61cb7b.tar.bz2 crosstool-ng-9d743adb55f97aa22bfa33577c76d68b6a61cb7b.zip |
scripts: update config.guess and config.sub
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 8ca084bf..0a55da1b 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # Free Software Foundation, Inc. -timestamp='2009-08-19' +timestamp='2009-09-25' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -287,6 +287,7 @@ case $basic_machine in | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ @@ -300,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 @@ -371,7 +372,7 @@ case $basic_machine in | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ - | romp-* | rs6000-* \ + | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |