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

Collapse All | Expand All

(-)multilib-build.eclass.orig (-2 / +4 lines)
Lines 33-38 Link Here
33
	abi_x86_32:x86
33
	abi_x86_32:x86
34
	abi_x86_64:amd64
34
	abi_x86_64:amd64
35
	abi_x86_x32:x32
35
	abi_x86_x32:x32
36
	abi_x86_32:x86_fbsd
37
	abi_x86_64:amd64_fbsd
36
)
38
)
37
39
38
# @ECLASS-VARIABLE: MULTILIB_USEDEP
40
# @ECLASS-VARIABLE: MULTILIB_USEDEP
Lines 293-301 Link Here
293
		# XXX: get abi_* directly
295
		# XXX: get abi_* directly
294
		local abi_flag
296
		local abi_flag
295
		case "${ABI}" in
297
		case "${ABI}" in
296
			amd64)
298
			amd64|amd64_fbsd)
297
				abi_flag=abi_x86_64;;
299
				abi_flag=abi_x86_64;;
298
			x86)
300
			x86|x86_fbsd)
299
				abi_flag=abi_x86_32;;
301
				abi_flag=abi_x86_32;;
300
			x32)
302
			x32)
301
				abi_flag=abi_x86_x32;;
303
				abi_flag=abi_x86_x32;;

Return to bug 475294