Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318171 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-libs/glibc/files/eblits/common.eblit (-1 / +1 lines)
Lines 170-176 Link Here
170
	# building glibc with SSP is fraught with difficulty, especially
170
	# building glibc with SSP is fraught with difficulty, especially
171
	# due to __stack_chk_fail_local which would mean significant changes
171
	# due to __stack_chk_fail_local which would mean significant changes
172
	# to the glibc build process. See bug #94325
172
	# to the glibc build process. See bug #94325
173
	filter-flags -fstack-protector
173
	append-cflags $(test-flags-CC -fno-stack-protector)
174
174
175
	if use hardened && gcc-specs-pie ; then
175
	if use hardened && gcc-specs-pie ; then
176
		# Force PIC macro definition for all compilations since they're all
176
		# Force PIC macro definition for all compilations since they're all

Return to bug 318171