diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-21 22:31:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-21 22:31:47 +0000 |
commit | aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4 (patch) | |
tree | 63607eee3c06fb2b637b48b38546a5c3639a3708 /scripts/config.sub | |
parent | 2015ef16b803f4ac19016290e1d72ffe4e45aaa5 (diff) | |
download | upstream-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.tar.gz upstream-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.tar.bz2 upstream-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.zip |
add a heavily cleaned up version of ubicom32 toolchain support
SVN-Revision: 17346
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index c060f44833..139347a381 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -284,6 +284,7 @@ case $basic_machine in | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ + | ubicom32 \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) @@ -367,6 +368,7 @@ case $basic_machine in | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ + | ubicom32-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ |