Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301480
Collapse All | Expand All

(-)toolchain-binutils.eclass (+2 lines)
Lines 198-203 Link Here
198
	# new versions allow gold and ld while older allowed only one
198
	# new versions allow gold and ld while older allowed only one
199
	if grep -q 'gold.*yes,both' "${S}"/configure ; then
199
	if grep -q 'gold.*yes,both' "${S}"/configure ; then
200
		myconf="${myconf} $(use_enable gold gold both) --enable-linker=bfd"
200
		myconf="${myconf} $(use_enable gold gold both) --enable-linker=bfd"
201
	elif grep -q 'gold,bfd' "${S}"/configure; then
202
		myconf="${myconf} $(use_enable gold gold both/bfd)"
201
	else
203
	else
202
		myconf="${myconf} $(use_enable gold)"
204
		myconf="${myconf} $(use_enable gold)"
203
	fi
205
	fi

Return to bug 301480