# HG changeset patch # User "Yann E. MORIN" # Date 1335799730 -7200 # Node ID 479064d9a546fee844b72ebc9bd72d480fb4d35e # Parent 100b9861cfedfd89b0e576898f423ec924e58e5d binutils/binutils: declare versions that have --hash-style 2.18 and above do have this option. Signed-off-by: "Yann E. MORIN" diff -r 100b9861cfed -r 479064d9a546 config/binutils/binutils.in --- a/config/binutils/binutils.in Mon Apr 30 17:20:53 2012 +0200 +++ b/config/binutils/binutils.in Mon Apr 30 17:28:50 2012 +0200 @@ -88,6 +88,10 @@ config BINUTILS_2_18_or_later bool select BINUTILS_HAS_PKGVERSION_BUGURL + select BINUTILS_HAS_HASH_STYLE + +config BINUTILS_HAS_HASH_STYLE + bool config BINUTILS_HAS_GOLD bool