Module Name:    src
Committed By:   christos
Date:           Wed Oct 22 21:21:02 UTC 2014

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

Log Message:
add libasan to the build


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/external/gpl3/gcc/lib/Makefile:1.8
--- src/external/gpl3/gcc/lib/Makefile:1.7	Sat Mar  1 05:00:31 2014
+++ src/external/gpl3/gcc/lib/Makefile	Wed Oct 22 17:21:02 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2014/03/01 10:00:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,4 +11,6 @@ SUBDIR+= liblto_plugin
 SUBDIR+= libsupc++ libstdc++-v3
 .endif
 
+SUBDIR+= libasan
+
 .include <bsd.subdir.mk>

Reply via email to