From 3017a7e663d0758e973bde76d95ebe087122f82d Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 6 Mar 2006 10:50:51 +0000 Subject: reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a missing gcc 4.1 patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3320 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/toolchain/binutils/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openwrt/toolchain/binutils/Config.in') diff --git a/openwrt/toolchain/binutils/Config.in b/openwrt/toolchain/binutils/Config.in index 762bf1d62a..7874638841 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 -- cgit v1.2.3