binutils: default to 2.20.1, mark 2.19.1 as deprecated
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Mar 2010 14:50:45 +0000 (16:50 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 30 Mar 2010 14:50:45 +0000 (16:50 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/binutils/Config.in

index 57bddfca5854a1747bc072dbd6ae1138a5abe0ce..602d696e055296973f6b1d228c0b82abba4dc9af 100644 (file)
@@ -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