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

(-)eclass/flag-o-matic.eclass (+3 lines)
Lines 80-85 Link Here
80
			-fno-strict-overflow)
80
			-fno-strict-overflow)
81
				gcc-specs-nostrict || continue
81
				gcc-specs-nostrict || continue
82
				is-flagq -fstrict-overflow || append-flags $(test-flags -fstrict-overflow);;
82
				is-flagq -fstrict-overflow || append-flags $(test-flags -fstrict-overflow);;
83
			-D_FORTIFY_SOURCE=2|-D_FORTIFY_SOURCE=1|-D_FORTIFY_SOURCE=0)
84
				gcc-specs-fortify || continue
85
				is-flagq -U_FORTIFY_SOURCE || append-flags $(test-flags -U_FORTIFY_SOURCE);;
83
		esac
86
		esac
84
	done
87
	done
85
}
88
}

Return to bug 256622