config/binutils/binutils.in
changeset 3144 481658dd0e7f
parent 3121 5016315d88ba
child 3149 e1611da4bb05
     1.1 --- a/config/binutils/binutils.in	Mon Nov 19 21:45:09 2012 +0100
     1.2 +++ b/config/binutils/binutils.in	Wed Dec 26 12:15:10 2012 +0100
     1.3 @@ -40,16 +40,6 @@
     1.4      prompt "2.18a"
     1.5      select BINUTILS_2_18_or_later
     1.6  
     1.7 -config BINUTILS_V_2_17a
     1.8 -    bool
     1.9 -    prompt "2.17a (OBSOLETE)"
    1.10 -    depends on OBSOLETE
    1.11 -
    1.12 -config BINUTILS_V_2_16_1a
    1.13 -    bool
    1.14 -    prompt "2.16.1a (OBSOLETE)"
    1.15 -    depends on OBSOLETE
    1.16 -
    1.17  config BINUTILS_CUSTOM
    1.18      bool
    1.19      prompt "Custom binutils"
    1.20 @@ -80,8 +70,6 @@
    1.21      default "2.20.1a" if BINUTILS_V_2_20_1a
    1.22      default "2.19.1a" if BINUTILS_V_2_19_1a
    1.23      default "2.18a" if BINUTILS_V_2_18a
    1.24 -    default "2.17a" if BINUTILS_V_2_17a
    1.25 -    default "2.16.1a" if BINUTILS_V_2_16_1a
    1.26      default "custom" if BINUTILS_CUSTOM
    1.27  
    1.28  config BINUTILS_2_22_or_later