aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-09-27 09:44:30 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-09-27 09:44:30 +0000
commit5bec6d5513fd22ffca0f6b6162e51baa81006d00 (patch)
tree1f9fe76a82da92a0e318fdf8c4933a95ddd347e3 /lib
parent3925fe313553e2eefc7658e90a1e29b661027c82 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile
index 157e411357e60..4ead70aceaa0e 100644
--- a/lib/libc/tests/Makefile
+++ b/lib/libc/tests/Makefile
@@ -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