diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-30 17:28:50 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-30 17:28:50 +0200 |
commit | 5760bdbb84e4fb895777471267b851848e717dd2 (patch) | |
tree | 50e9ae82d05f509c6bfabee02a967ff2abca9071 | |
parent | ffccd1532a16c63191f1957eb49517f49506e9c9 (diff) | |
download | crosstool-ng-5760bdbb84e4fb895777471267b851848e717dd2.tar.gz crosstool-ng-5760bdbb84e4fb895777471267b851848e717dd2.tar.bz2 crosstool-ng-5760bdbb84e4fb895777471267b851848e717dd2.zip |
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.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 6f62d2d3..8cb21650 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 |