# HG changeset patch # User "Yann E. MORIN" # Date 1293559641 -3600 # Node ID 1fb02a4ca444839319efcc30facd6ee2ba0675aa # Parent c48aba92cbeb7b7dce956a63ec65d3296735cc16 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" diff -r c48aba92cbeb -r 1fb02a4ca444 config/binutils/binutils.in --- a/config/binutils/binutils.in Wed Dec 29 02:34:18 2010 +0100 +++ b/config/binutils/binutils.in Tue Dec 28 19:07:21 2010 +0100 @@ -12,6 +12,7 @@ bool depends on EXPERIMENTAL prompt "2.21" + select BINUTILS_2_21_or_later config BINUTILS_V_2_20_1 bool @@ -58,6 +59,9 @@ 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"