Module Name:    src
Committed By:   christos
Date:           Wed Jun  1 17:07:13 UTC 2016

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

Log Message:
Put back asan now it works.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/external/gpl3/gcc/lib/Makefile:1.11
--- src/external/gpl3/gcc/lib/Makefile:1.10	Wed Mar 16 01:41:47 2016
+++ src/external/gpl3/gcc/lib/Makefile	Wed Jun  1 13:07:13 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2016/03/16 05:41:47 mrg Exp $
+#	$NetBSD: Makefile,v 1.11 2016/06/01 17:07:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,6 @@ SUBDIR+= liblto_plugin
 SUBDIR+= libsupc++ libstdc++-v3
 .endif
 
-# XXX GCC5
-#SUBDIR+= libasan
+SUBDIR+= libasan
 
 .include <bsd.subdir.mk>

Reply via email to