mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark SSP broken on MIPS.
Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
3925fe3135
commit
5bec6d5513
2 changed files with 4 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ SUBDIR_DEPEND_tls= tls_dso
|
|||
TESTS_SUBDIRS+= locale
|
||||
.endif
|
||||
|
||||
.if ${MK_SSP} != "no" && \
|
||||
${MACHINE_CPUARCH} != "mips"
|
||||
.if ${MK_SSP} != "no"
|
||||
TESTS_SUBDIRS+= ssp
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -260,6 +260,9 @@ BROKEN_OPTIONS+=LLDB
|
|||
.if ${__T} != "armv6"
|
||||
BROKEN_OPTIONS+=LIBSOFT
|
||||
.endif
|
||||
.if ${__T} == "mips" || ${__T} == "mips64"
|
||||
BROKEN_OPTIONS+=SSP
|
||||
.endif
|
||||
|
||||
.include <bsd.mkopt.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue