Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/liblsan remove temp hack.



details:   https://anonhg.NetBSD.org/src/rev/afb94e12833a
branches:  trunk
changeset: 323707:afb94e12833a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 26 21:06:45 2018 +0000

description:
remove temp hack.

diffstat:

 external/gpl3/gcc/lib/liblsan/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r cac332b6f48c -r afb94e12833a external/gpl3/gcc/lib/liblsan/Makefile
--- a/external/gpl3/gcc/lib/liblsan/Makefile    Tue Jun 26 21:01:33 2018 +0000
+++ b/external/gpl3/gcc/lib/liblsan/Makefile    Tue Jun 26 21:06:45 2018 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index