Module Name:    src
Committed By:   christos
Date:           Wed Apr 18 19:22:03 UTC 2012

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

Log Message:
add the mudflap include and libraries


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/gpl3/gcc/lib/Makefile:1.4
--- src/external/gpl3/gcc/lib/Makefile:1.3	Fri Sep 23 02:47:54 2011
+++ src/external/gpl3/gcc/lib/Makefile	Wed Apr 18 15:22:03 2012
@@ -1,6 +1,7 @@
-#	$NetBSD: Makefile,v 1.3 2011/09/23 06:47:54 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2012/04/18 19:22:03 christos Exp $
 
 # crtstuff is built out of elsewhere, or not at all
 SUBDIR+= libgcc libiberty libobjc libsupc++ libstdc++-v3 libgomp
+SUBDIR+= libmudflap libmudflapth
 
 .include <bsd.subdir.mk>

Reply via email to