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 |