diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-22 11:36:41 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-22 11:36:41 +0100 |
commit | 0a7fb290da6540538238340ef704f16bc386354d (patch) | |
tree | 23aee182fd3fb1e61c7780b75a9a97e4c7b0d9ed /scripts/config.sub | |
parent | 6d9e27b5b7123cda957621a7cc0ef6ae97c9a842 (diff) | |
download | crosstool-ng-0a7fb290da6540538238340ef704f16bc386354d.tar.gz crosstool-ng-0a7fb290da6540538238340ef704f16bc386354d.tar.bz2 crosstool-ng-0a7fb290da6540538238340ef704f16bc386354d.zip |
scripts: update config.{sub,guess}
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 5ecc18b6..17c91458 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-10-07' +timestamp='2009-11-07' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -295,6 +295,7 @@ case $basic_machine in | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ + | ubicom32 \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ @@ -381,6 +382,7 @@ case $basic_machine in | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | tron-* \ + | ubicom32-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ |