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

Collapse All | Expand All

(-)old/toolchain-funcs.eclass (-4 / +2 lines)
Lines 228-237 ninj() { [[ ${type} == "kern" ]] && echo Link Here
228
					;;
228
					;;
229
		vax*)		echo vax;;
229
		vax*)		echo vax;;
230
		x86_64*)
230
		x86_64*)
231
			# Starting with linux-2.6.24, the 'x86_64' and 'i386'
231
			if [[ ${type} == "kern" ]] ; then
232
			# trees have been unified into 'x86'.
232
				echo x86_64
233
			if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -ge $(KV_to_int 2.6.24) ]] ; then
234
				echo x86
235
			else
233
			else
236
				ninj x86_64 amd64
234
				ninj x86_64 amd64
237
			fi
235
			fi

Return to bug 287225