NetBSD supports -lasan
This commit is contained in:
parent
ff64bca229
commit
df8aa0850e
@ -20,6 +20,9 @@
|
||||
|
||||
# Filter out unsupported systems.
|
||||
case "${target}" in
|
||||
*-netbsd*)
|
||||
# XXX: No TSAN support yet
|
||||
;;
|
||||
x86_64-*-linux* | i?86-*-linux*)
|
||||
if test x$ac_cv_sizeof_void_p = x8; then
|
||||
TSAN_SUPPORTED=yes
|
||||
|
Loading…
Reference in New Issue
Block a user