diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-30 16:50:45 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-30 16:50:45 +0200 |
commit | 9cca84cd079866ff0fd1c3b34fb06122170a7ace (patch) | |
tree | c84934f2643d6efca64e3816437d0c9aa73618fe | |
parent | 5c36fdfe84a26c8ada225839e44dd8a3e646cf63 (diff) |
binutils: default to 2.20.1, mark 2.19.1 as deprecated
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-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 57bddfca5..602d696e0 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -4,7 +4,7 @@ comment "Binutils Options" choice prompt "Binutils Version" - default BR2_BINUTILS_VERSION_2_20 + default BR2_BINUTILS_VERSION_2_20_1 help Select the version of binutils you wish to use. @@ -34,11 +34,12 @@ choice config BR2_BINUTILS_VERSION_2_19_1 depends on !BR2_avr32 && !BR2_nios2 - depends on BR2_DEPRECATED || BR2_RECENT + depends on BR2_DEPRECATED bool "binutils 2.19.1" config BR2_BINUTILS_VERSION_2_20 depends on !BR2_avr32 && !BR2_nios2 + depends on BR2_DEPRECATED || BR2_RECENT bool "binutils 2.20" config BR2_BINUTILS_VERSION_2_20_1 |