diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-09-27 09:44:30 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-09-27 09:44:30 +0000 |
| commit | 5bec6d5513fd22ffca0f6b6162e51baa81006d00 (patch) | |
| tree | 1f9fe76a82da92a0e318fdf8c4933a95ddd347e3 /lib | |
| parent | 3925fe313553e2eefc7658e90a1e29b661027c82 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/tests/Makefile | 3 |
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 |
