diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 01:06:16 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 01:06:16 +0000 |
commit | 309af037c8b464d43dac4677f54c5c8b5654f2f9 (patch) | |
tree | c3e76a32f246732957d2ff435841426119d08222 | |
parent | 42c16c7ddb363c1220698cd320d1dda56b2c4ad8 (diff) | |
download | buildroot-novena-309af037c8b464d43dac4677f54c5c8b5654f2f9.tar.gz buildroot-novena-309af037c8b464d43dac4677f54c5c8b5654f2f9.zip |
one more fix of binutils config for AVR32 toolchain
-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 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 |