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

Collapse All | Expand All

(-)/var/cache/portage/gentoo/eclass/toolchain-funcs.eclass.orig (+1 lines)
Lines 355-360 Link Here
355
tc-ninja_magic_to_arch() {
355
tc-ninja_magic_to_arch() {
356
ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
356
ninj() { [[ ${type} == "kern" ]] && echo $1 || echo $2 ; }
357
357
358
	local KV=${KV_FULL}
358
	local type=$1
359
	local type=$1
359
	local host=$2
360
	local host=$2
360
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}
361
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}

Return to bug 432390