aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2020-10-28 23:10:54 +0000
committerBrooks Davis <brooks@FreeBSD.org>2020-10-28 23:10:54 +0000
commitb0bffa3a4ce681aaaa7d0d9d65577cfd8bbbe933 (patch)
tree91bc968fd38b3461e998b8eb9f2b99f1ccee37a7 /lib
parent3cbf9dc81c0436b11fca7829c55bcc94fdb4e52c (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/ssp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/ssp/Makefile b/lib/libc/tests/ssp/Makefile
index f321fe08f2a0..c6b625a91d7b 100644
--- a/lib/libc/tests/ssp/Makefile
+++ b/lib/libc/tests/ssp/Makefile
@@ -33,7 +33,7 @@ PROGS+= h_memset
# probably needs to be fixed as it's currently hardcoded.
#
# sanitizer is not tested or supported for ARM right now. sbruno
-.if ${COMPILER_TYPE} == "clang" && !defined(_SKIP_BUILD) && \
+.if ${COMPILER_TYPE} == "clang" && ${CC} == "cc" && !defined(_SKIP_BUILD) && \
(!defined(_RECURSING_PROGS) || ${PROG} == "h_raw")
.if !defined(_CLANG_RESOURCE_DIR)
_CLANG_RESOURCE_DIR!= ${CC:N${CCACHE_BIN}} -print-resource-dir