Module Name:    src
Committed By:   christos
Date:           Sat Jun  2 01:38:41 UTC 2018

Modified Files:
        src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
Don't sanitize the sanitizer.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.22 src/external/gpl3/gcc/lib/libasan/Makefile:1.23
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.22	Mon Apr  2 18:35:26 2018
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Fri Jun  1 21:38:41 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2018/04/02 22:35:26 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2018/06/02 01:38:41 christos Exp $
 
 UNSUPPORTED_COMPILER.clang=	# defined
+NOSANITIZER=yes
 
 .include <bsd.own.mk>
 

Reply via email to