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

Collapse All | Expand All

(-)toolchain.eclass.orig (+2 lines)
Lines 2420-2425 Link Here
2420
is_multilib() {
2420
is_multilib() {
2421
	[[ ${GCCMAJOR} < 3 ]] && return 1
2421
	[[ ${GCCMAJOR} < 3 ]] && return 1
2422
	case ${CTARGET} in
2422
	case ${CTARGET} in
2423
		*-mingw*)
2424
			false ;;
2423
		mips64*|powerpc64*|s390x*|sparc*|x86_64*)
2425
		mips64*|powerpc64*|s390x*|sparc*|x86_64*)
2424
			has_multilib_profile || use multilib ;;
2426
			has_multilib_profile || use multilib ;;
2425
		*-*-solaris*|*-apple-darwin*|*-mint*)
2427
		*-*-solaris*|*-apple-darwin*|*-mint*)

Return to bug 338501