Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/rescue Specify NOLIBCSANITIZER for rescue
details: https://anonhg.NetBSD.org/src/rev/fa3c16dec298
branches: trunk
changeset: 991683:fa3c16dec298
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Jul 25 23:52:38 2018 +0000
description:
Specify NOLIBCSANITIZER for rescue
The rescue image could be sanitized with a sanitizer in libc, but it's left
for future as a possible research.
diffstat:
rescue/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 326c2089ece1 -r fa3c16dec298 rescue/Makefile
--- a/rescue/Makefile Wed Jul 25 23:45:32 2018 +0000
+++ b/rescue/Makefile Wed Jul 25 23:52:38 2018 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/06/21 10:44:01 kamil Exp $
+# $NetBSD: Makefile,v 1.35 2018/07/25 23:52:38 kamil Exp $
+NOLIBCSANITIZER= # defined
NOSANITIZER= # defined
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index