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

(-)/usr/portage/eclass/qt4-build-multilib.eclass.orig (-3 / +3 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
	local CC=$(tc-getCC) CXX=$(tc-getCXX) OBJCOPY=$(tc-getOBJCOPY) STRIP=$(tc-getSTRIP)
277
	export AR="$(tc-getAR) cqs"
277
	local AR="$(tc-getAR) cqs" LD=$(tc-getCXX)
278
	export LD="$(tc-getCXX)"
278
	export CC CXX OBJCOPY STRIP AR LD
279
279
280
	# convert tc-arch to the values supported by Qt
280
	# convert tc-arch to the values supported by Qt
281
	local arch=
281
	local arch=

Return to bug 532510