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

(-)toolchain-funcs.eclass (-1 / +2 lines)
Lines 173-179 Link Here
173
		i?86*)
173
		i?86*)
174
			# Starting with linux-2.6.24, the 'x86_64' and 'i386'
174
			# Starting with linux-2.6.24, the 'x86_64' and 'i386'
175
			# trees have been unified into 'x86'.
175
			# trees have been unified into 'x86'.
176
			if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -lt $(KV_to_int 2.6.24) ]] ; then
176
			# FreeBSD still uses i386
177
			if [[ ${type} == "kern" ]] && [[ $(KV_to_int ${KV}) -lt $(KV_to_int 2.6.24) || ${host} == *freebsd* ]] ; then
177
				echo i386
178
				echo i386
178
			else
179
			else
179
				echo x86
180
				echo x86

Return to bug 222715