Module Name:    src
Committed By:   mrg
Date:           Tue Mar 15 03:19:38 UTC 2016

Modified Files:
        src/external/gpl3/gcc/lib: Makefile
Removed Files:
        src/external/gpl3/gcc/lib/libmudflap: Makefile config.h
        src/external/gpl3/gcc/lib/libmudflapth: Makefile

Log Message:
libmudflap is obsolete in GCC 5.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/lib/Makefile
cvs rdiff -u -r1.7 -r0 src/external/gpl3/gcc/lib/libmudflap/Makefile
cvs rdiff -u -r1.1 -r0 src/external/gpl3/gcc/lib/libmudflap/config.h
cvs rdiff -u -r1.5 -r0 src/external/gpl3/gcc/lib/libmudflapth/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.8 src/external/gpl3/gcc/lib/Makefile:1.9
--- src/external/gpl3/gcc/lib/Makefile:1.8	Wed Oct 22 21:21:02 2014
+++ src/external/gpl3/gcc/lib/Makefile	Tue Mar 15 03:19:38 2016
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2016/03/15 03:19:38 mrg Exp $
 
 .include <bsd.own.mk>
 
 # crtstuff is built out of elsewhere, or not at all
 SUBDIR+= libgcc libiberty libobjc libgomp
-SUBDIR+= libmudflap libmudflapth libbacktrace
+SUBDIR+= libbacktrace
 SUBDIR+= liblto_plugin
 
 .if (${MKLIBSTDCXX} != "no")

Reply via email to