Module Name: src
Committed By: kre
Date: Thu Jun 28 14:01:12 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib: Makefile
Log Message:
Remove (recently) commented out (recently added) liblsan SUBDIR
(it has been added a different way.)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gcc/lib/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/Makefile
diff -u src/external/gpl3/gcc/lib/Makefile:1.16 src/external/gpl3/gcc/lib/Makefile:1.17
--- src/external/gpl3/gcc/lib/Makefile:1.16 Thu Jun 28 10:15:01 2018
+++ src/external/gpl3/gcc/lib/Makefile Thu Jun 28 14:01:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/06/28 10:15:01 christos Exp $
+# $NetBSD: Makefile,v 1.17 2018/06/28 14:01:12 kre Exp $
.include <bsd.own.mk>
@@ -6,7 +6,6 @@
SUBDIR+= libgcc .WAIT
SUBDIR+= libiberty libobjc libgomp
SUBDIR+= libbacktrace
-# SUBDIR+= liblsan
SUBDIR+= liblto_plugin
.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")