Module Name: src
Committed By: kamil
Date: Sat Jun 16 18:58:00 UTC 2018
Modified Files:
src/lib/csu: Makefile
Log Message:
Disable MKSANITIZER in lib/csu
These low-level libraries are expected to be not touched by a sanitizer.
Every libc program not using sanitizers cannot work with sanitized csu.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/csu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/csu/Makefile
diff -u src/lib/csu/Makefile:1.35 src/lib/csu/Makefile:1.36
--- src/lib/csu/Makefile:1.35 Sun Aug 10 23:25:49 2014
+++ src/lib/csu/Makefile Sat Jun 16 18:58:00 2018
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2014/08/10 23:25:49 matt Exp $
+# $NetBSD: Makefile,v 1.36 2018/06/16 18:58:00 kamil Exp $
+
+NOSANITIZER= # defined
.include <bsd.own.mk>