This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


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

[Bug build/14995] glibc fails to build if gold is the default linker, even if ld.bfd is available


http://sourceware.org/bugzilla/show_bug.cgi?id=14995

--- Comment #5 from Carlos O'Donell <carlos at systemhalted dot org> 2013-01-09 04:22:46 UTC ---
OK, my previous patch does nothing, the only way to fix this properly would be
a spec file that overrides the compiler driver behaviour and uses ld.bfd. 

However, after some experimentation the truth is that gold *can* be used to
build glibc, and I see only 7 regressions on x86_64.

Therefore the approach I'm going to take is: You set gold as the default
linker, and we're going to support gold 1.11 and newer. 

You'll need to fix gold, the testsuite or the implementation to pass those 7
regressions. Building and using glibc built by gold is subject to testsuite
results.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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