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 | 39bbd5babcd63d145d699c51b7747e90485ad0bd (patch) | |
tree | 78f7b7927584c16b7689f2e57a87098a1aa0c244 /scripts | |
parent | 9533a133c431e64c579a4b671756e2fee20bc1eb (diff) | |
download | upstream-39bbd5babcd63d145d699c51b7747e90485ad0bd.tar.gz upstream-39bbd5babcd63d145d699c51b7747e90485ad0bd.tar.bz2 upstream-39bbd5babcd63d145d699c51b7747e90485ad0bd.zip |
add a heavily cleaned up version of ubicom32 toolchain support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-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-* \ |