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

Collapse All | Expand All

(-)sys-libs/glibc/files/eblits/common.eblit.zorry (-1 / +3 lines)
Lines 175-181 Link Here
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
177
		# either -fPIC or -fPIE with the default-PIE compiler.
177
		# either -fPIC or -fPIE with the default-PIE compiler.
178
		append-cppflags -DPIC
178
		if [[ ${PV} < 2.11 ]] ; then
179
			append-cppflags -DPIC
180
		fi
179
	else
181
	else
180
		# Don't build -fPIE without the default-PIE compiler and the
182
		# Don't build -fPIE without the default-PIE compiler and the
181
		# hardened-pie patch
183
		# hardened-pie patch

Return to bug 293637