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

(-)orig/toolchain-funcs.eclass (-2 / +4 lines)
Lines 357-364 ninj() { [[ ${type} == "kern" ]] && echo Link Here
357
	local host=$2
357
	local host=$2
358
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}
358
	[[ -z ${host} ]] && host=${CTARGET:-${CHOST}}
359
359
360
	local KV=${KV:-${KV_FULL}}
360
	if [[ ${type} == "kern" ]]; then
361
	[[ -z ${KV} ]] && die "toolchain-funcs.eclass: Kernel version could not be determined, please inherit kernel-2 or linux-info"
361
		local KV=${KV:-${KV_FULL}}
362
		[[ -z ${KV} ]] && die "toolchain-funcs.eclass: Kernel version could not be determined, please inherit kernel-2 or linux-info"
363
	fi
362
364
363
	case ${host} in
365
	case ${host} in
364
		aarch64*)	ninj aarch64 arm;;
366
		aarch64*)	ninj aarch64 arm;;

Return to bug 436450