From dcb3a259c062aaea202e6a8a02a2d6f44b3000d1 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 7 Mar 2009 13:51:22 +0000 Subject: [PATCH] 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. --- toolchain/binutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index a3d93ca28a..2114e3d413 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"