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

Collapse All | Expand All

(-)toolchain-funcs.eclass (-1 / +1 lines)
Lines 628-634 Link Here
628
	# Eventually we'd like to get rid of this func completely #417451
628
	# Eventually we'd like to get rid of this func completely #417451
629
	case ${CTARGET:-${CHOST}} in
629
	case ${CTARGET:-${CHOST}} in
630
	*-darwin*) ;;
630
	*-darwin*) ;;
631
	*linux*|*-freebsd*|*-openbsd*|*-netbsd*)
631
	*-freebsd*|*-openbsd*|*-netbsd*)
632
		use prefix && return 0 ;;
632
		use prefix && return 0 ;;
633
	*) return 0 ;;
633
	*) return 0 ;;
634
	esac
634
	esac

Return to bug 417451