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.version | |
parent | 2015ef16b803f4ac19016290e1d72ffe4e45aaa5 (diff) | |
download | mtk-20170518-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.zip mtk-20170518-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.tar.gz mtk-20170518-aee9d6c31c1c72ab0831d88cd51fa4d76c364fc4.tar.bz2 |
add a heavily cleaned up version of ubicom32 toolchain support
SVN-Revision: 17346
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 8bd77ad..c99b14c 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -55,4 +55,7 @@ if !TOOLCHAINOPTS default y if powerpc64 default y if TARGET_etrax default y if TARGET_coldfire + + config GCC_VERSION_4_4_0 + default y if ubicom32 endif |