config/binutils/binutils.in
changeset 2664 346263a07115
parent 2663 7179903f8d2e
child 2665 5b7e91ec300c
     1.1 --- a/config/binutils/binutils.in	Sun Sep 11 18:26:12 2011 +0200
     1.2 +++ b/config/binutils/binutils.in	Sun Sep 11 18:18:53 2011 +0200
     1.3 @@ -8,29 +8,29 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config BINUTILS_V_2_20_1
     1.8 +config BINUTILS_V_2_20_1a
     1.9      bool
    1.10 -    prompt "2.20.1"
    1.11 +    prompt "2.20.1a"
    1.12      select BINUTILS_2_20_or_later
    1.13  
    1.14 -config BINUTILS_V_2_19_1
    1.15 +config BINUTILS_V_2_19_1a
    1.16      bool
    1.17 -    prompt "2.19.1"
    1.18 +    prompt "2.19.1a"
    1.19      select BINUTILS_2_19_or_later
    1.20  
    1.21 -config BINUTILS_V_2_18
    1.22 +config BINUTILS_V_2_18a
    1.23      bool
    1.24 -    prompt "2.18"
    1.25 +    prompt "2.18a"
    1.26      select BINUTILS_2_18_or_later
    1.27  
    1.28 -config BINUTILS_V_2_17
    1.29 +config BINUTILS_V_2_17a
    1.30      bool
    1.31 -    prompt "2.17 (OBSOLETE)"
    1.32 +    prompt "2.17a (OBSOLETE)"
    1.33      depends on OBSOLETE
    1.34  
    1.35 -config BINUTILS_V_2_16_1
    1.36 +config BINUTILS_V_2_16_1a
    1.37      bool
    1.38 -    prompt "2.16.1 (OBSOLETE)"
    1.39 +    prompt "2.16.1a (OBSOLETE)"
    1.40      depends on OBSOLETE
    1.41  
    1.42  endchoice
    1.43 @@ -39,11 +39,11 @@
    1.44      string
    1.45  # Don't remove next line
    1.46  # CT_INSERT_VERSION_STRING_BELOW
    1.47 -    default "2.20.1" if BINUTILS_V_2_20_1
    1.48 -    default "2.19.1" if BINUTILS_V_2_19_1
    1.49 -    default "2.18" if BINUTILS_V_2_18
    1.50 -    default "2.17" if BINUTILS_V_2_17
    1.51 -    default "2.16.1" if BINUTILS_V_2_16_1
    1.52 +    default "2.20.1a" if BINUTILS_V_2_20_1a
    1.53 +    default "2.19.1a" if BINUTILS_V_2_19_1a
    1.54 +    default "2.18a" if BINUTILS_V_2_18a
    1.55 +    default "2.17a" if BINUTILS_V_2_17a
    1.56 +    default "2.16.1a" if BINUTILS_V_2_16_1a
    1.57  
    1.58  config BINUTILS_2_21_or_later
    1.59      bool