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

(-)libstdc++-v3-3.3.4.ebuild.orig (-1 / +1 lines)
Lines 67-73 Link Here
67
	# in gcc 3.3 there is a bug on ppc64 where if -mcpu is used
67
	# in gcc 3.3 there is a bug on ppc64 where if -mcpu is used
68
	# the compiler incorrectly assumes the code you are about to build
68
	# the compiler incorrectly assumes the code you are about to build
69
	# is 32 bit
69
	# is 32 bit
70
	use ppc64 setting="`get-flag mcpu`"
70
	use ppc64 && setting="`get-flag mcpu`"
71
	[ ! -z "${setting}" ] && filter-flags -mcpu="${setting}"
71
	[ ! -z "${setting}" ] && filter-flags -mcpu="${setting}"
72
72
73
	# only allow the flags that we -know- are supported
73
	# only allow the flags that we -know- are supported

Return to bug 80991