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

Collapse All | Expand All

(-)ebuild.sh (-2 / +7 lines)
Lines 539-542 execute_phases() { Link Here
539
					elif type -p distcc &>/dev/null; then
539
					elif type -p distcc &>/dev/null; then
540
						export CC="distcc $CC"
540
						if [ -n "$(eval echo \${CFLAGS_${ABI}})" ]; then
541
						export CXX="distcc $CXX"
541
							export CC="distcc ${CC} $(eval echo \${CFLAGS_${ABI}})"
542
							export CXX="distcc ${CXX} $(eval echo \${CFLAGS_${ABI}})"
543
						else
544
							export CC="distcc ${CC}"
545
							export CXX="distcc ${CXX}"
546
						fi
542
					fi
547
					fi

Return to bug 75420