binutils/binutils: declare versions that have --hash-style
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Apr 30 17:28:50 2012 +0200 (2012-04-30)
changeset 2947479064d9a546
parent 2946 100b9861cfed
child 2948 3396ce2c25ef
binutils/binutils: declare versions that have --hash-style

2.18 and above do have this option.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Mon Apr 30 17:20:53 2012 +0200
     1.2 +++ b/config/binutils/binutils.in	Mon Apr 30 17:28:50 2012 +0200
     1.3 @@ -88,6 +88,10 @@
     1.4  config BINUTILS_2_18_or_later
     1.5      bool
     1.6      select BINUTILS_HAS_PKGVERSION_BUGURL
     1.7 +    select BINUTILS_HAS_HASH_STYLE
     1.8 +
     1.9 +config BINUTILS_HAS_HASH_STYLE
    1.10 +    bool
    1.11  
    1.12  config BINUTILS_HAS_GOLD
    1.13      bool