config/binutils: Add binutils 2.21
authorBryan Hundven <bryanhundven@gmail.com>
Tue Dec 14 11:49:18 2010 -0800 (2010-12-14)
changeset 222613e4f7126cf7
parent 2225 e48654bf7e49
child 2227 5158aa602e58
config/binutils: Add binutils 2.21

Currently depends on EXPERIMENTAL, as it is not well tested and I'm
not sure if/which patches need to be ported forward from 2.20.1.
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Sat Dec 18 23:08:12 2010 +0100
     1.2 +++ b/config/binutils/binutils.in	Tue Dec 14 11:49:18 2010 -0800
     1.3 @@ -8,6 +8,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_21
     1.8 +    bool
     1.9 +    depends on EXPERIMENTAL
    1.10 +    prompt "2.21"
    1.11 +
    1.12  config BINUTILS_V_2_20_1
    1.13      bool
    1.14      prompt "2.20.1"
    1.15 @@ -44,6 +49,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.21" if BINUTILS_V_2_21
    1.20      default "2.20.1" if BINUTILS_V_2_20_1
    1.21      default "2.20" if BINUTILS_V_2_20
    1.22      default "2.19.1" if BINUTILS_V_2_19_1