binutils/binutils: 2.23.2 is a 2_23_or_later (ie. has gold)
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Dec 30 19:08:37 2013 +0100 (2013-12-30)
changeset 32577b7d953f9cfb
parent 3256 032ebcc89c96
child 3258 b966620c7b1e
binutils/binutils: 2.23.2 is a 2_23_or_later (ie. has gold)

Thus spake Niels:
This commit adds support for binutils 2.23.2

http://crosstool-ng.org/hg/crosstool-ng/rev/bc4b36e3df0c

However, in 'config/binutils/binutils.in <http://binutils.in>' the
Kconfig option to select this version of binutils does not automatically
select the symbol 'BINUTILS_2_23_or_later'. This makes gold unavailable
for the latest version of binutils. I'm not sure whether this is on
purpose or not, my impression is that you forgot to add the line "select
BINUTILS_2_23_or_later".

The problem still persists in the latest version in the repository
(032ebcc89c96).

Reported-by: Niels Penneman <niels@penneman.org>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Fri Nov 22 00:34:49 2013 +0100
     1.2 +++ b/config/binutils/binutils.in	Mon Dec 30 19:08:37 2013 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4      bool
     1.5      prompt "2.23.2 (EXPERIMENTAL)"
     1.6      depends on EXPERIMENTAL
     1.7 +    select BINUTILS_2_23_or_later
     1.8  
     1.9  config BINUTILS_V_2_23_1
    1.10      bool