config/binutils/binutils.in
changeset 2696 5f7c6eed805d
parent 2665 5b7e91ec300c
child 2797 ce8ada0b1d41
     1.1 --- a/config/binutils/binutils.in	Sun Sep 11 19:54:57 2011 +0200
     1.2 +++ b/config/binutils/binutils.in	Wed Sep 28 15:29:11 2011 +1300
     1.3 @@ -8,6 +8,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_21_53
     1.8 +    bool
     1.9 +    prompt "2.21.53 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select BINUTILS_2_21_or_later
    1.12 +
    1.13  config BINUTILS_V_2_21_1a
    1.14      bool
    1.15      prompt "2.21.1a"
    1.16 @@ -44,6 +50,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    1.20 +    default "2.21.53" if BINUTILS_V_2_21_53
    1.21      default "2.21.1a" if BINUTILS_V_2_21_1a
    1.22      default "2.20.1a" if BINUTILS_V_2_20_1a
    1.23      default "2.19.1a" if BINUTILS_V_2_19_1a