|
Lines 149-155
Link Here
|
| 149 |
.if ${MK_SSP} != "no" && \ |
149 |
.if ${MK_SSP} != "no" && \ |
| 150 |
${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" |
150 |
${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips" |
| 151 |
# Don't use -Wstack-protector as it breaks world with -Werror. |
151 |
# Don't use -Wstack-protector as it breaks world with -Werror. |
| 152 |
SSP_CFLAGS?= -fstack-protector |
152 |
SSP_CFLAGS?= -fstack-protector-strong |
| 153 |
CFLAGS+= ${SSP_CFLAGS} |
153 |
CFLAGS+= ${SSP_CFLAGS} |
| 154 |
.endif # SSP && !ARM && !MIPS |
154 |
.endif # SSP && !ARM && !MIPS |
| 155 |
|
155 |
|