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

(-)/usr/portage/eclass/toolchain-binutils.eclass (-1 / +2 lines)
Lines 71-77 Link Here
71
add_src_uri elf2flt-${ELF2FLT_VER}.tar.bz2 ${ELF2FLT_VER}
71
add_src_uri elf2flt-${ELF2FLT_VER}.tar.bz2 ${ELF2FLT_VER}
72
72
73
LICENSE="|| ( GPL-2 LGPL-2 )"
73
LICENSE="|| ( GPL-2 LGPL-2 )"
74
IUSE="nls multitarget multislot test vanilla"
74
IUSE="nls multitarget multislot test vanilla sysroot"
75
if use multislot ; then
75
if use multislot ; then
76
	SLOT="${CTARGET}-${BVER}"
76
	SLOT="${CTARGET}-${BVER}"
77
elif is_cross ; then
77
elif is_cross ; then
Lines 205-210 Link Here
205
		&& myconf="${myconf} --without-included-gettext" \
205
		&& myconf="${myconf} --without-included-gettext" \
206
		|| myconf="${myconf} --disable-nls"
206
		|| myconf="${myconf} --disable-nls"
207
	use multitarget && myconf="${myconf} --enable-targets=all"
207
	use multitarget && myconf="${myconf} --enable-targets=all"
208
	use sysroot && myconf="${myconf} --with-sysroot"
208
	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
209
	[[ -n ${CBUILD} ]] && myconf="${myconf} --build=${CBUILD}"
209
	is_cross && myconf="${myconf} --with-sysroot=/usr/${CTARGET}"
210
	is_cross && myconf="${myconf} --with-sysroot=/usr/${CTARGET}"
210
	# glibc-2.3.6 lacks support for this ... so rather than force glibc-2.5+
211
	# glibc-2.3.6 lacks support for this ... so rather than force glibc-2.5+

Return to bug 209221