summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-03 16:24:14 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-03 16:24:14 +0000
commit37d401f436e6fea1a184321d40bc014305cc8f6f (patch)
tree89c80b38bac2ea0f18aed316630e7b5ea66640c7 /toolchain
parentcc30201f4700ed1eb76e074bbbcf0f78ea469f07 (diff)
Fix binutils Config for AVR32 (hopefully final version)
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Config.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 0ffaa658e..804725cfb 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -9,14 +9,10 @@ choice
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_17
- depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_DEPRECATED
+ depends on !BR2_nios2
+ depends on BR2_DEPRECATED || (BR2_avr32 && 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
depends on !BR2_avr32 && !BR2_nios2