Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 664486 | Differences between
and this patch

Collapse All | Expand All

(-)a/toolchain.eclass (+5 lines)
Lines 1622-1627 Link Here
1622
	[[ ! -x /usr/bin/perl ]] \
1622
	[[ ! -x /usr/bin/perl ]] \
1623
		&& find "${WORKDIR}"/build -name '*.[17]' -exec touch {} +
1623
		&& find "${WORKDIR}"/build -name '*.[17]' -exec touch {} +
1624
1624
1625
	# Older gcc versions did not detect bash and re-exec itself, so force the
1626
	# use of bash.  Newer ones will auto-detect, but this is not harmeful.
1627
	# This needs to be set for compile as well, as it's used in libtool
1628
	# generation, which will break install otherwise (at least in 3.3.6).
1629
	CONFIG_SHELL="${EPREFIX}/bin/bash" \
1625
	gcc_do_make ${GCC_MAKE_TARGET}
1630
	gcc_do_make ${GCC_MAKE_TARGET}
1626
}
1631
}
1627
1632

Return to bug 664486