patches/gcc/4.2.4/230-libbackend_dep_gcov-iov.h.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 25 19:04:17 2011 +0200 (2011-07-25)
changeset 2931 8a72662f0815
parent 687 b2b6b1d46aa1
permissions -rw-r--r--
complibs: fixup the host complibs install dir

It's easier to have as much as possible stuff in the same place to
ease backup/restore, and make things easier to follow.

Move the host companion libraries install dir as a sub-dir of the
build-tools install dir (but not directly in it, it would break
for canadian or cross-native).

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