Mark SSP broken on MIPS.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
This commit is contained in:
Ruslan Bukin 2016-09-27 09:44:30 +00:00
parent 3925fe3135
commit 5bec6d5513
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306364
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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>