Yann, I see you have added support for binutils 2.24. You have added the BINUTILS_2_24_or_later symbol in Kconfig but unfortunately BINUTILS_V_2_24 does not select it. You also did not mark it as experimental; perhaps the latter was intended. Here's a "suggestion": ====== diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 64ce389..e007e3c 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -10,7 +10,9 @@ choice config BINUTILS_V_2_24 bool - prompt "2.24" + prompt "2.24 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select BINUTILS_2_24_or_later config BINUTILS_V_2_23_2 bool ====== On 12/31/2013 12:46 PM, Yann E. MORIN wrote: > Yann, All, > > Your patch: > binutils/binutils: 2.23.2 is a 2_23_or_later (ie. has gold) > > has been applied as: #7b7d953f9cfb > http://crosstool-ng.org/hg/crosstool-ng/rev/7b7d953f9cfb > > Thank you! > > Regards, > Yann E. MORIN. > >