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 /toolchain/gcc/Config.in | |
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 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4148d66197..e034c3860f 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -9,6 +9,7 @@ choice default GCC_VERSION_4_3_3 if powerpc64 default GCC_VERSION_4_3_3 if TARGET_etrax default GCC_VERSION_4_3_3 if TARGET_coldfire + default GCC_VERSION_4_4_0 if ubicom32 default GCC_VERSION_4_1_2 help Select the version of gcc you wish to use. |