config/binutils/binutils.in
changeset 1614 3f76cdbceb6e
parent 1609 68f9c68e7bc9
child 1615 50b25816f5bb
     1.1 --- a/config/binutils/binutils.in	Tue Oct 27 20:09:54 2009 +0100
     1.2 +++ b/config/binutils/binutils.in	Tue Oct 27 20:06:46 2009 +0100
     1.3 @@ -8,6 +8,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_20
     1.8 +    bool
     1.9 +    prompt "2.20"
    1.10 +
    1.11  config BINUTILS_V_2_19_1
    1.12      bool
    1.13      prompt "2.19.1"
    1.14 @@ -34,6 +38,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.20" if BINUTILS_V_2_20
    1.19      default "2.19.1" if BINUTILS_V_2_19_1
    1.20      default "2.19" if BINUTILS_V_2_19
    1.21      default "2.18" if BINUTILS_V_2_18