diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 18:34:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 18:34:48 +0000 |
commit | b154f4b4e37c39de51e65c1fe739a48f28d566e6 (patch) | |
tree | ca071eaaf65244e71529ae8d0ad2c4f447789436 /toolchain/binutils/Config.in | |
parent | ea36d4dd38538fd811a8f02b45ec93109f2b8220 (diff) | |
download | upstream-b154f4b4e37c39de51e65c1fe739a48f28d566e6.tar.gz upstream-b154f4b4e37c39de51e65c1fe739a48f28d566e6.tar.bz2 upstream-b154f4b4e37c39de51e65c1fe739a48f28d566e6.zip |
add avr32 support to binutils 2.18
SVN-Revision: 13352
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 1e21ecbb69..a73ca39b12 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -14,7 +14,6 @@ choice config BINUTILS_VERSION_2_18 bool "binutils 2.18" - depends !TARGET_avr32 endchoice |