Module Name: src
Committed By: christos
Date: Tue Jun 26 21:06:45 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/liblsan: Makefile
Log Message:
remove temp hack.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/liblsan/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/liblsan/Makefile
diff -u src/external/gpl3/gcc/lib/liblsan/Makefile:1.1 src/external/gpl3/gcc/lib/liblsan/Makefile:1.2
--- src/external/gpl3/gcc/lib/liblsan/Makefile:1.1 Tue Jun 26 16:54:32 2018
+++ src/external/gpl3/gcc/lib/liblsan/Makefile Tue Jun 26 17:06:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/26 20:54:32 christos Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/26 21:06:45 christos Exp $
.include <bsd.own.mk>
@@ -8,7 +8,6 @@
.PATH: ${SANITIZER}/lsan ${SANITIZER}/asan
LSAN_SRCS+= \
-sanitizer_stoptheworld_linux_libcdep.cc \
lsan.cc \
lsan_allocator.cc \
lsan_common.cc \