From: Bernhard Fischer Date: Sat, 25 Aug 2007 22:10:28 +0000 (+0200) Subject: re PR bootstrap/30620 (missing dependencies of gcov-io.h breaks --enable-intermodule... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9694240baf3c1747e2827ec19599a453cf32463;p=gcc.git re PR bootstrap/30620 (missing dependencies of gcov-io.h breaks --enable-intermodule build) 2007-08-26 Bernhard Fischer PR bootstrap/30620 * Makefile.in (libbackend.o): Add gcov-iov.h dependency and pass defines needed for version.c. From-SVN: r127802 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bedd6adfc35..4c4c054d7fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-08-26 Bernhard Fischer + + PR bootstrap/30620 + * Makefile.in (libbackend.o): Add gcov-iov.h dependency and + pass defines needed for version.c. + 2007-08-25 Joseph Myers * configure.ac (--debug-prefix-map check): Change assembler diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9e78d35a7ca..ad6dd0e644d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2880,13 +2880,15 @@ mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H) $(SYSTEM_H) coretypes.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)\" \ -c $(filter %.c,$^) -o $@ \ -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \ - -DDEVPHASE=$(DEVPHASE_s) -combine + -DREVISION=$(REVISION_s) \ + -DDEVPHASE=$(DEVPHASE_s) -DPKGVERSION=$(PKGVERSION_s) \ + -DBUGURL=$(BUGURL_s) -combine # # Generate header and source files from the machine description,