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

(-)a/qt4-build-multilib.eclass (+9 lines)
Lines 188-193 qt4-build-multilib_src_prepare() { Link Here
188
		fi
188
		fi
189
	fi
189
	fi
190
190
191
	if use_if_iuse exceptions && use_if_iuse abi_x86_32 && use_if_iuse abi_x86_64 && ! use_if_iuse debug; then
192
		# Bug 546746
193
		# default x86_32 abi can not use -msse* without aligning on Intel
194
		# with some options like -ftree-vectorize, etc.
195
		# This solution violate SysV ABI standard and not popular in Linux world.
196
		# Apply only on amd64 + multilib.
197
		append-flags -mstackrealign
198
	fi
199
191
	# Bug 261632
200
	# Bug 261632
192
	if use ppc64; then
201
	if use ppc64; then
193
		append-flags -mminimal-toc
202
		append-flags -mminimal-toc

Return to bug 546746