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

(-)file_not_specified_in_diff (-2 / +10 lines)
Line 5 Link Here
5
inherit eutils
5
inherit eutils flag-o-matic
6
--
Line 29 Link Here
29
30
	# fix gentoo bug #100883
31
	## CFLAG cleaning so it compiles
32
#	strip-flags
33
	filter-flags "-fforce-addr"  "-funroll-all-loops"
34
	# these work OK
35
#	"-fomit-frame-pointer" "-falign-functions=*" "-falign-jumps=*" "-falign-labels=*" "-falign-loops=*" "-fcaller-saves" "-fno-loop-optimize" "-fprefetch-loop-arrays" "-freorder-blocks" "-maccumulate-outgoing-args"
36
	filter-flags "-O" "-O?"
37

Return to bug 100883