Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu Specify NOLIBCSANITIZER in lib/csu
details: https://anonhg.NetBSD.org/src/rev/c660988c425d
branches: trunk
changeset: 991691:c660988c425d
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Jul 26 01:25:23 2018 +0000
description:
Specify NOLIBCSANITIZER in lib/csu
The low-level libraries in csu are used in non-sanitized code.
diffstat:
lib/csu/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 18487b261b80 -r c660988c425d lib/csu/Makefile
--- a/lib/csu/Makefile Thu Jul 26 00:33:26 2018 +0000
+++ b/lib/csu/Makefile Thu Jul 26 01:25:23 2018 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2018/06/16 18:58:00 kamil Exp $
+# $NetBSD: Makefile,v 1.37 2018/07/26 01:25:23 kamil Exp $
+NOLIBCSANITIZER= # defined
NOSANITIZER= # defined
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index