diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-06 10:50:51 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-06 10:50:51 +0000 |
| commit | 2646a6d41345fd2b42d4ebba59deb8d89eaa1839 (patch) | |
| tree | 5bea68cbbf7c07c165034caff0644dba77367b10 /openwrt/toolchain/binutils/Config.in | |
| parent | 268b417acd4d4fcc171d114a17c8ece19d636e92 (diff) | |
| download | mtk-20170518-2646a6d41345fd2b42d4ebba59deb8d89eaa1839.zip mtk-20170518-2646a6d41345fd2b42d4ebba59deb8d89eaa1839.tar.gz mtk-20170518-2646a6d41345fd2b42d4ebba59deb8d89eaa1839.tar.bz2 | |
reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a missing gcc 4.1 patch
SVN-Revision: 3320
Diffstat (limited to 'openwrt/toolchain/binutils/Config.in')
| -rw-r--r-- | openwrt/toolchain/binutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/toolchain/binutils/Config.in b/openwrt/toolchain/binutils/Config.in index 762bf1d..7874638 100644 --- a/openwrt/toolchain/binutils/Config.in +++ b/openwrt/toolchain/binutils/Config.in @@ -25,6 +25,8 @@ choice config BR2_BINUTILS_VERSION_2_16_91_0_2 bool "binutils 2.16.91.0.2" + config BR2_BINUTILS_VERSION_2_16_91_0_6 + bool "binutils 2.16.91.0.6" endchoice @@ -35,3 +37,4 @@ config BR2_BINUTILS_VERSION default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3 default "2.16.91.0.1" if BR2_BINUTILS_VERSION_2_16_91_0_1 default "2.16.91.0.2" if BR2_BINUTILS_VERSION_2_16_91_0_2 + default "2.16.91.0.6" if BR2_BINUTILS_VERSION_2_16_91_0_6 |
