Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 393551 - sys-devel/binutils IUSE="gold" request
Summary: sys-devel/binutils IUSE="gold" request
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 21:13 UTC by Mark Wagner
Modified: 2011-12-07 23:37 UTC (History)
0 users

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 Mark Wagner 2011-12-07 21:13:38 UTC
The "gold" linker in the binutils package is still in beta and is resource-intensive to compile (it appears to require at least 256MB of free memory; my computer is on its third day of compiling).  For people installing Gentoo on low-end systems who have no intention of using it, it would be useful to expose the "--enable-gold" configure option as a USE-flag so they can keep it from being built.

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-12-07 23:37:49 UTC
sorry, but i think the user base for this would be low

you should be able to do:
mkdir -p /etc/portage/env/sys-devel/
echo "EXTRA_ECONF+=' --disable-gold'" >> /etc/portage/env/sys-devel/binutils