diff options
| author | christos <christos@NetBSD.org> | 2016-06-04 00:11:01 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-06-04 00:11:01 +0000 |
| commit | bd3a5d1b8a60db014cc2f6be193234c2af5efead (patch) | |
| tree | 67aeb4448849c4c2d1b31e1e07e547dbdfb50db1 /lib | |
| parent | ff90af791e7b6437dbbb2fc66c1bf4502af1d232 (diff) | |
Asan is back
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4574240f60f..3172c85a08b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2016/03/17 00:09:47 mrg Exp $ +# $NetBSD: Makefile,v 1.242 2016/06/04 00:11:01 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -173,7 +173,7 @@ SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++ SUBDIR+= .WAIT SANITIZER_DIR=../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan -.if !defined(HAVE_GCC) || ${HAVE_GCC} != 53 +.if !defined(HAVE_GCC) .if exists(${SANITIZER_DIR}) SUBDIR+= ${SANITIZER_DIR} .endif |
