binutils: default to 2.20, mark 2.19 as deprecated
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 4 Dec 2009 19:53:15 +0000 (20:53 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 4 Dec 2009 19:53:15 +0000 (20:53 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/binutils/Config.in

index a97f04d13a7ceb2da01ae61edbffb2cc883737be..0ca2786d949071723ea809fe3c55da1ac0b9d533 100644 (file)
@@ -4,7 +4,7 @@ comment "Binutils Options"
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_19_1
+       default BR2_BINUTILS_VERSION_2_20
        help
          Select the version of binutils you wish to use.
 
@@ -51,11 +51,12 @@ choice
 
        config BR2_BINUTILS_VERSION_2_19
                depends on !BR2_avr32 && !BR2_nios2
-               depends on BR2_DEPRECATED || BR2_RECENT
+               depends on BR2_DEPRECATED
                bool "binutils 2.19"
 
        config BR2_BINUTILS_VERSION_2_19_1
                depends on !BR2_avr32 && !BR2_nios2
+               depends on BR2_DEPRECATED || BR2_RECENT
                bool "binutils 2.19.1"
 
        config BR2_BINUTILS_VERSION_2_20