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

(-)a/crossdev (+4 lines)
Lines 1004-1009 set_env() { Link Here
1004
		echo "${v}='${!v}'"
1004
		echo "${v}='${!v}'"
1005
	done >> "${output}"
1005
	done >> "${output}"
1006
1006
1007
	# If make.conf contains something like "CC=clang", packages still should be compiled for the target cpu by the default target compiler
1008
	echo "CC=''" >> "${output}"
1009
	echo "CXX=''" >> "${output}"
1010
1007
	output=$(_set_portage_file ${pkg} package.env)
1011
	output=$(_set_portage_file ${pkg} package.env)
1008
	echo "cross-${CTARGET}/${pkg} cross-${CTARGET}/${pkg}.conf" >> ${output}
1012
	echo "cross-${CTARGET}/${pkg} cross-${CTARGET}/${pkg}.conf" >> ${output}
1009
}
1013
}

Return to bug 605732