Don't build SSP tests on MIPS as we dont have stack-protector
supported on this platform. Discussed with: brooks Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
8a50a32c2f
commit
0a4c111cc4
@ -30,7 +30,8 @@ SUBDIR_DEPEND_tls= tls_dso
|
||||
TESTS_SUBDIRS+= locale
|
||||
.endif
|
||||
|
||||
.if ${MK_SSP} != "no"
|
||||
.if ${MK_SSP} != "no" && \
|
||||
${MACHINE_CPUARCH} != "mips"
|
||||
TESTS_SUBDIRS+= ssp
|
||||
.endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user