For now, msan is 64-bit only.

This commit is contained in:
dim 2018-08-04 14:39:45 +00:00
parent 17bd82c918
commit eb677e1ad3

View File

@ -6,8 +6,10 @@ SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= msan
SUBDIR+= msan_cxx
.endif
SUBDIR+= safestack
SUBDIR+= stats
SUBDIR+= stats_client