diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-20 22:31:02 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-12-20 22:31:02 +0000 |
commit | eb121abf9de4cafced1b3f1f22ed052aadc8317b (patch) | |
tree | 926566cc55445dfec652812dc4e83a6fcb02ce24 /toolchain/binutils/Config.in | |
parent | 350ced4a71bc3151fbbe87ead6627a18bd3da55e (diff) |
Add updated binutils-2.18 prepatched toolchain for AVR32
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
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 |