Lines 197-205
src_compile() {
Link Here
|
197 |
# Finalize and report settings |
197 |
# Finalize and report settings |
198 |
mozconfig_final |
198 |
mozconfig_final |
199 |
|
199 |
|
200 |
if use amd64 ; then |
200 |
if use amd64 || use x86 ; then |
201 |
if [[ $(gcc-major-version) -lt 4 ]]; then |
201 |
if [[ $(gcc-major-version) -lt 4 ]]; then |
202 |
filter-flags -fstack-protector -fstack-protector-all |
202 |
filter-flags -fstack-protector -fstack-protector-all |
|
|
203 |
gcc-specs-ssp && append-flags -fno-stack-protector-all |
203 |
fi |
204 |
fi |
204 |
fi |
205 |
fi |
205 |
|
206 |
|