From eb121abf9de4cafced1b3f1f22ed052aadc8317b Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 20 Dec 2008 22:31:02 +0000 Subject: Add updated binutils-2.18 prepatched toolchain for AVR32 --- toolchain/binutils/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toolchain/binutils/Config.in') diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 6cbbbdeff..8dcd300bc 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -10,7 +10,7 @@ choice config BR2_BINUTILS_VERSION_2_17 depends on BR2_avr32 || !BR2_nios2 - depends on BR2_DEPRECATED + depends on BR2_DEPRECATED && !BR2_avr32 depends on BR2_EXT_BINUTILS_VERSION_2_17 bool "binutils 2.17" @@ -20,7 +20,8 @@ choice bool "binutils 2.17.50.0.17" config BR2_BINUTILS_VERSION_2_18 - depends on !BR2_avr32 && !BR2_nios2 + depends on !BR2_nios2 + depends on BR2_EXT_BINUTILS_VERSION_2_18 bool "binutils 2.18" config BR2_BINUTILS_VERSION_2_18_50_0_1 -- cgit v1.2.3