Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/crtstuff create a fake libgcc_tm.h.



details:   https://anonhg.NetBSD.org/src/rev/888c6118afe5
branches:  trunk
changeset: 327454:888c6118afe5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 08 02:02:22 2014 +0000

description:
create a fake libgcc_tm.h.

diffstat:

 external/gpl3/gcc/lib/crtstuff/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bbaee1f45cd8 -r 888c6118afe5 external/gpl3/gcc/lib/crtstuff/Makefile
--- a/external/gpl3/gcc/lib/crtstuff/Makefile   Sat Mar 08 01:58:11 2014 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/Makefile   Sat Mar 08 02:02:22 2014 +0000
@@ -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 @@
 .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}



Home | Main Index | Thread Index | Old Index