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 add sysroot-suffix.h to the fake headers.



details:   https://anonhg.NetBSD.org/src/rev/79f4dcb3defd
branches:  trunk
changeset: 766843:79f4dcb3defd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 03 07:23:19 2011 +0000

description:
add sysroot-suffix.h to the fake headers.

diffstat:

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

diffs (15 lines):

diff -r dabdbced05df -r 79f4dcb3defd external/gpl3/gcc/lib/Makefile.hacks
--- a/external/gpl3/gcc/lib/Makefile.hacks      Sun Jul 03 07:20:37 2011 +0000
+++ b/external/gpl3/gcc/lib/Makefile.hacks      Sun Jul 03 07:23:19 2011 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile.hacks,v 1.1 2011/07/01 01:24:53 mrg Exp $
+#      $NetBSD: Makefile.hacks,v 1.2 2011/07/03 07:23:19 mrg Exp $
 
 # some random crap we need in a few places
 
 # these aren't necessary but are #include'd
-FAKEHEADERS=   ${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h
+FAKEHEADERS=   ${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h sysroot-suffix.h
 ${FAKEHEADERS}:
        ${_MKTARGET_CREATE}
        touch ${.TARGET}



Home | Main Index | Thread Index | Old Index