summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-06 10:50:51 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-06 10:50:51 +0000
commit3017a7e663d0758e973bde76d95ebe087122f82d (patch)
tree90ff63dbc7c9b0a64febdaf6076d4f0a14e646b3 /openwrt/toolchain/binutils/Config.in
parent9ef7ed8131cc0c15c8b2a6dcc93935b3abd74dbd (diff)
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
Diffstat (limited to 'openwrt/toolchain/binutils/Config.in')
-rw-r--r--openwrt/toolchain/binutils/Config.in3
1 files changed, 3 insertions, 0 deletions
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