diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-17 12:42:56 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-17 12:42:56 +0000 |
commit | 4d08323013020d451af71ea1a9899a26560f354e (patch) | |
tree | 6b6fbf31302b053cc0a950710250f8eb568ded0c /toolchain/binutils | |
parent | c8240ca3bf097bda04af57accd49530d096405ff (diff) |
Don't break AVR32 toolchain by hiding binutils-2.17
Diffstat (limited to 'toolchain/binutils')
-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 2fac4e97e..80f3e2d3b 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -41,7 +41,7 @@ choice bool "binutils 2.16.91.0.7" config BR2_BINUTILS_VERSION_2_17 - depends !BR2_nios2 && BR2_DEPRECATED + depends BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED bool "binutils 2.17" config BR2_BINUTILS_VERSION_2_17_50_0_2 |