public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* CT-NG with binutils 2.23.2 disables building gold
@ 2013-12-19 21:25 Niels Penneman
  2013-12-23  9:25 ` Niels Penneman
  0 siblings, 1 reply; 2+ messages in thread
From: Niels Penneman @ 2013-12-19 21:25 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

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).

-- 
Niels Penneman
Computer Systems Lab
Electronics and Information Systems Department
Ghent University




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CT-NG with binutils 2.23.2 disables building gold
  2013-12-19 21:25 CT-NG with binutils 2.23.2 disables building gold Niels Penneman
@ 2013-12-23  9:25 ` Niels Penneman
  0 siblings, 0 replies; 2+ messages in thread
From: Niels Penneman @ 2013-12-23  9:25 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-23  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19 21:25 CT-NG with binutils 2.23.2 disables building gold Niels Penneman
2013-12-23  9:25 ` Niels Penneman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).