diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-28 19:07:21 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-28 19:07:21 +0100 |
commit | aac53cf32c9dfbc460297ff8c9459d28cfdff5d7 (patch) | |
tree | 5405766e10c34ecea59597b3429503fef118d411 /config/binutils | |
parent | b0c69b3cdcb656c44b7eb024713593f9febe41af (diff) | |
download | crosstool-ng-aac53cf32c9dfbc460297ff8c9459d28cfdff5d7.tar.gz crosstool-ng-aac53cf32c9dfbc460297ff8c9459d28cfdff5d7.tar.bz2 crosstool-ng-aac53cf32c9dfbc460297ff8c9459d28cfdff5d7.zip |
binutils/binutils: add BINUTILS_2_21_or_later blind option
Add BINUTILS_2_21_or_later blind option. It will be used to add
conditional support for building 'gold' on versions that have it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/binutils')
-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 a076e07e..86b28666 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -12,6 +12,7 @@ config BINUTILS_V_2_21 bool depends on EXPERIMENTAL prompt "2.21" + select BINUTILS_2_21_or_later config BINUTILS_V_2_20_1 bool @@ -58,6 +59,9 @@ config BINUTILS_VERSION default "2.17" if BINUTILS_V_2_17 default "2.16.1" if BINUTILS_V_2_16_1 +config BINUTILS_2_21_or_later + bool + config BINUTILS_EXTRA_CONFIG string prompt "binutils extra config" |