diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-09-26 15:38:02 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-09-26 15:38:02 +0000 |
| commit | ed8f18ded41b1856f275d2608a555d66fe63286e (patch) | |
| tree | 34e7931b7b9f40a38aa419986e33566336cfaaf4 /lib/libc | |
| parent | 310ab671b897683cddcba284b3bf947e60dd5d81 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/tests/Makefile | 3 |
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 |
