Module Name:    src
Committed By:   mrg
Date:           Sat Mar  8 02:02:22 UTC 2014

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

Log Message:
create a fake libgcc_tm.h.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/lib/crtstuff/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/crtstuff/Makefile
diff -u src/external/gpl3/gcc/lib/crtstuff/Makefile:1.10 src/external/gpl3/gcc/lib/crtstuff/Makefile:1.11
--- src/external/gpl3/gcc/lib/crtstuff/Makefile:1.10	Sat Mar  8 01:58:11 2014
+++ src/external/gpl3/gcc/lib/crtstuff/Makefile	Sat Mar  8 02:02:22 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2014/03/08 01:58:11 mrg Exp $
+#	$NetBSD: Makefile,v 1.11 2014/03/08 02:02:22 mrg Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
@@ -52,7 +52,7 @@ FILESDIR=${LIBDIR}
 .PATH: ${DIST}/gcc ${DIST}/gcc/config ${G_CONFIGDIR}
 
 .include "../Makefile.tconfigh"
-EXTRA_FAKEHEADERS= options.h
+EXTRA_FAKEHEADERS= options.h libgcc_tm.h
 .include "../Makefile.hacks"
 
 ${OBJS}: ${DPSRCS}

Reply via email to