This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CT-NG with binutils 2.23.2 disables building gold


Here's a patch to make it clear

diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index b2b40a0..846d895 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -12,6 +12,7 @@ config BINUTILS_V_2_23_2
     bool
     prompt "2.23.2 (EXPERIMENTAL)"
     depends on EXPERIMENTAL
+    select BINUTILS_2_23_or_later
 
 config BINUTILS_V_2_23_1
     bool
-- 


On 12/19/2013 10:26 PM, Niels Penneman wrote:
> 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).
>


Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]