patches/gcc/4.2.1/230-libbackend_dep_gcov-iov.h.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 18:29:35 2011 +0200 (2011-07-17)
changeset 2926 d304c8a7bfa8
parent 313 2f223aafc7cb
permissions -rw-r--r--
binutils: split binutils to backend/frontend, a-la cc_core

Move the actual binutils code to a backend function that builds the
required combo of build/host/target as requested by a frontend.

This split is currently a no-op, but is required for the upcoming
canadian-cross rework, where we'll be needing to build two binutils,
one for build/build/target, and one for build/host/target.

This applies to the three binutils:
- GNU binutils
- elf2flt
- sstrip

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@313
     1
diff -durN gcc-4.2.1.orig/gcc/Makefile.in gcc-4.2.1/gcc/Makefile.in
yann@313
     2
--- gcc-4.2.1.orig/gcc/Makefile.in	2007-05-31 17:37:38.000000000 +0200
yann@313
     3
+++ gcc-4.2.1/gcc/Makefile.in	2007-08-03 20:36:14.000000000 +0200
yann@313
     4
@@ -2660,7 +2660,7 @@
yann@313
     5
 # FIXME: writing proper dependencies for this is a *LOT* of work.
yann@313
     6
 libbackend.o : $(OBJS-common:.o=.c) $(out_file) \
yann@313
     7
   insn-config.h insn-flags.h insn-codes.h insn-constants.h \
yann@313
     8
-  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE)
yann@313
     9
+  insn-attr.h  $(DATESTAMP) $(BASEVER) $(DEVPHASE) gcov-iov.h
yann@313
    10
 	$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
yann@313
    11
 	  -DTARGET_NAME=\"$(target_noncanonical)\" \
yann@313
    12
 	  -DLOCALEDIR=\"$(localedir)\" \