diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 12:41:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-07 12:41:16 +0000 |
commit | 14d9d9ded312ce9938f8f07abbbba9346d582932 (patch) | |
tree | 11aa8306a4266be4cae7201a3d1597596b59c643 /openwrt/toolchain/binutils/Config.in | |
parent | 19837c3aeef864664a9df9c69ffb7de8fe0a7d02 (diff) |
binutils & gcc patches from uclibc buildroot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@331 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8563080617..4b06f1aa9a 100644 --- a/openwrt/toolchain/binutils/Config.in +++ b/openwrt/toolchain/binutils/Config.in @@ -47,6 +47,9 @@ choice config BR2_BINUTILS_VERSION_2_15_94_0_2 bool "binutils 2.15.94.0.2" + config BR2_BINUTILS_VERSION_2_15_94_0_2_2 + bool "binutils 2.15.94.0.2.2" + endchoice config BR2_BINUTILS_VERSION |