diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-07 13:51:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-07 13:51:22 +0000 |
commit | dcb3a259c062aaea202e6a8a02a2d6f44b3000d1 (patch) | |
tree | bd491eff6affb08d51ca7f8d1de23c3e2d6c0bd7 /toolchain/binutils/Config.in | |
parent | 469a88e4c7e483f02a5b3c6a25feec3fb999e3a3 (diff) |
binutils: undeprecate 2.18 for avr32
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as
deprecated yet.
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index a3d93ca28..2114e3d41 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -20,7 +20,7 @@ choice config BR2_BINUTILS_VERSION_2_18 depends on !BR2_nios2 - depends on BR2_DEPRECATED + depends on BR2_DEPRECATED || BR2_avr32 depends on BR2_EXT_BINUTILS_VERSION_2_18 bool "binutils 2.18" |