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

Collapse All | Expand All

(-)eclass/qt4-build-multilib.eclass.orig (-2 / +7 lines)
Lines 273-281 qt4_multilib_src_configure() { Link Here
273
	qt4_symlink_tools_to_build_dir
273
	qt4_symlink_tools_to_build_dir
274
274
275
	# toolchain setup
275
	# toolchain setup
276
	tc-export CC CXX OBJCOPY STRIP
276
	evar_push CHOST
277
	export AR="$(tc-getAR) cqs"
277
	CHOST="$(get_abi_CHOST ${DEFAULT_ABI})"
278
	tc-export CC CXX
278
	export LD="$(tc-getCXX)"
279
	export LD="$(tc-getCXX)"
280
	evar_pop
281
	tc-export OBJCOPY STRIP
282
	export AR=""
283
	export AR="$(tc-getAR) cqs"
279
284
280
	# convert tc-arch to the values supported by Qt
285
	# convert tc-arch to the values supported by Qt
281
	local arch=
286
	local arch=

Return to bug 532510