summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-04-30 15:28:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-04-30 15:28:50 (GMT)
commit5760bdbb84e4fb895777471267b851848e717dd2 (patch)
tree50e9ae82d05f509c6bfabee02a967ff2abca9071
parentffccd1532a16c63191f1957eb49517f49506e9c9 (diff)
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>
-rw-r--r--config/binutils/binutils.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 6f62d2d..8cb2165 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -88,6 +88,10 @@ config BINUTILS_2_19_or_later
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