Fwd: Re: binutils/binutils: 2.23.2 is a 2_23_or_later (ie. has gold)
Niels Penneman
niels@penneman.org
Thu Jan 2 09:39:00 GMT 2014
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.
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20140102/4c22504c/attachment.sig>
More information about the crossgcc
mailing list