NetBSD supports -lasan

This commit is contained in:
christos 2014-10-22 16:52:47 +00:00
parent ff64bca229
commit df8aa0850e

View File

@ -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