Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315995 - sys-devel/binutils-2.20.51.0.8: gold linker is not built anymore
Summary: sys-devel/binutils-2.20.51.0.8: gold linker is not built anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 18:15 UTC by Johannes Nixdorf
Modified: 2010-04-19 23:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Nixdorf 2010-04-18 18:15:51 UTC
After updating binutils to version 2.20.51.0.8 ld.gold is not installed anymore.

Reproducible: Always

Steps to Reproduce:
1. emerge =sys-devel/binutils-2.20.51.0.8
2. run ld.gold -v
Actual Results:  
$SHELL: command not found: ld.gold

Expected Results:  
GNU gold (Linux/GNU Binutils) 2.20.51.0.8.20100412

The configure flag was renamed from "--enable-gold=both/bfd" to "--enable-gold=both/ld" so that it is not found by
grep -q 'enable-gold=both/bfd' "${S}"/configure
at line 199 of toolchain-binutils.eclass.
Comment 1 SpanKY gentoo-dev 2010-04-19 23:03:09 UTC
thanks ... should be fixed now

http://sources.gentoo.org/eclass/toolchain-binutils.eclass?r1=1.90&r2=1.91