Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported.
This commit is contained in:
parent
672ad20541
commit
bba3cdafbb
@ -9,8 +9,10 @@ SUBDIR+= asan_dynamic
|
||||
SUBDIR+= safestack
|
||||
SUBDIR+= stats
|
||||
SUBDIR+= stats_client
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
SUBDIR+= tsan
|
||||
SUBDIR+= tsan_cxx
|
||||
.endif
|
||||
SUBDIR+= ubsan_minimal
|
||||
SUBDIR+= ubsan_standalone
|
||||
SUBDIR+= ubsan_standalone_cxx
|
||||
|
Loading…
Reference in New Issue
Block a user