summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson2009-01-03 02:06:16 +0100
committerUlf Samuelsson2009-01-03 02:06:16 +0100
commit309af037c8b464d43dac4677f54c5c8b5654f2f9 (patch)
treec3e76a32f246732957d2ff435841426119d08222
parentUnbreak AVR32 toolchain, by making binutils-2.17 available (diff)
downloadbuildroot-309af037c8b464d43dac4677f54c5c8b5654f2f9.tar.gz
buildroot-309af037c8b464d43dac4677f54c5c8b5654f2f9.tar.xz
buildroot-309af037c8b464d43dac4677f54c5c8b5654f2f9.zip
one more fix of binutils config for AVR32 toolchain
-rw-r--r--toolchain/binutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 3fb8c304a..0ffaa658e 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -11,11 +11,11 @@ choice
config BR2_BINUTILS_VERSION_2_17
depends on !BR2_avr32 && !BR2_nios2
depends on BR2_DEPRECATED
- depends on BR2_EXT_BINUTILS_VERSION_2_17
bool "binutils 2.17"
config BR2_BINUTILS_VERSION_2_17
depends on BR2_avr32
+ depends on BR2_EXT_BINUTILS_VERSION_2_17
bool "binutils 2.17"
config BR2_BINUTILS_VERSION_2_17_50_0_17