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

(-)/usr/portage/www-client/firefox/firefox-5.0-r2.ebuild (-4 / +4 lines)
Lines 244-253 Link Here
244
244
245
	if [[ $(gcc-major-version) -lt 4 ]]; then
245
	if [[ $(gcc-major-version) -lt 4 ]]; then
246
		append-cxxflags -fno-stack-protector
246
		append-cxxflags -fno-stack-protector
247
	fi
247
	elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then
248
248
		if use amd64 || use x86; then
249
	if use amd64 || use x86; then
249
			append-flags -mno-avx
250
		append-flags -mno-avx
250
		fi
251
	fi
251
	fi
252
}
252
}
253
253

Return to bug 374325