Module Name:    src
Committed By:   kre
Date:           Wed Jun 27 01:25:49 UTC 2018

Modified Files:
        src/external/gpl3/gcc/lib: Makefile

Log Message:
Since liblsan has been added to the sets already, we should build it.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/gpl3/gcc/lib/Makefile:1.14
--- src/external/gpl3/gcc/lib/Makefile:1.13	Tue Mar  7 16:26:37 2017
+++ src/external/gpl3/gcc/lib/Makefile	Wed Jun 27 01:25:49 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2017/03/07 16:26:37 christos Exp $
+#	$NetBSD: Makefile,v 1.14 2018/06/27 01:25:49 kre Exp $
 
 .include <bsd.own.mk>
 
@@ -6,6 +6,7 @@
 SUBDIR+= libgcc .WAIT
 SUBDIR+= libiberty libobjc libgomp
 SUBDIR+= libbacktrace
+SUBDIR+= liblsan
 SUBDIR+= liblto_plugin
 
 .if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")

Reply via email to