Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu Disable MKSANITIZER in lib/csu



details:   https://anonhg.NetBSD.org/src/rev/31d632736530
branches:  trunk
changeset: 319955:31d632736530
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jun 16 18:58:00 2018 +0000

description:
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.

diffstat:

 lib/csu/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 2fcd02e59005 -r 31d632736530 lib/csu/Makefile
--- a/lib/csu/Makefile  Sat Jun 16 18:54:52 2018 +0000
+++ b/lib/csu/Makefile  Sat Jun 16 18:58:00 2018 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index