From 877fed8078d379d213290b791a8a1282867f5061 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Apr 2009 12:16:23 -0700 Subject: gcc-svn: Add recipe to build bleeding edge gcc. --- recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch (limited to 'recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch') diff --git a/recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch b/recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch new file mode 100644 index 0000000000..0bf115c45d --- /dev/null +++ b/recipes/gcc/gcc-svn/402-libbackend_dep_gcov-iov.h.patch @@ -0,0 +1,13 @@ +Index: gcc-4.2/gcc/Makefile.in +=================================================================== +--- gcc-4.2/gcc/Makefile.in (revision 121758) ++++ gcc-4.2/gcc/Makefile.in (working copy) +@@ -2658,7 +2658,7 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) + # FIXME: writing proper dependencies for this is a *LOT* of work. + libbackend.o : $(OBJS-common:.o=.c) $(out_file) \ + insn-config.h insn-flags.h insn-codes.h insn-constants.h \ +- insn-attr.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) ++ insn-attr.h $(DATESTAMP) $(BASEVER) $(DEVPHASE) gcov-iov.h + $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \ + -DTARGET_NAME=\"$(target_noncanonical)\" \ + -DLOCALEDIR=\"$(localedir)\" \ -- cgit v1.2.3