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