This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] ld config bits for i860 coff target



On Wed, 6 Aug 2003, Alan Modra wrote:

> On Tue, Aug 05, 2003 at 12:00:31PM -0500, Jason Eckhardt wrote:
> >   I found automake-000227.tar.bz2 from the above, which reports
> >   it's version 1.4. I must be dense, where is the -p5 version?
> >   Or are the diffs with 1.4 below okay?
>
> Heh.
>
> > @@ -785,7 +786,7 @@ uninstall-info:
> >  	else ii=; fi; \
> >  	list='$(INFO_DEPS)'; \
> >  	for file in $$list; do \
> > -	  test -z "$$ii" \
> > +	  test -z "$ii" \
> >  	    || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
> >  	done
> >  	@$(NORMAL_UNINSTALL)
>
> This shows a bug in the 000227 version..
>

  So lemme get this straight--  I'm using the officially blessed
  version, yet it spews a bogus Makefile.in?

  Let me ask my original question in a different way to those of you
  who actually re-generate Makefile.in:  Where is a officially working,
  officially blessed version-- that is, where did you get _your_ version?
  Perhaps README-maintainer-mode should be updated with this
  information.

  In the meantime, I've edited out the bogus diff hunks by hand and
  committed this version:

*** curr.Makefile.in	Mon Jul 14 10:55:26 2003
--- Makefile.in	Tue Aug  5 21:17:06 2003
*************** ALL_EMULATIONS = \
*** 255,260 ****
--- 255,261 ----
  	eavr3.o \
  	eavr4.o \
  	eavr5.o \
+ 	ecoff_i860.o \
  	ecoff_sparc.o \
  	ecrisaout.o \
  	ecriself.o \
*************** eavr5.c: $(srcdir)/emulparams/avr5.sh \
*** 1296,1301 ****
--- 1297,1305 ----
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/avr.sc \
    ${GEN_DEPENDS}
  	${GENSCRIPTS} avr5 "$(tdir_avr85xx)"
+ ecoff_i860.c: $(srcdir)/emulparams/coff_i860.sh \
+   $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} coff_i860 "$(tdir_coff_i860)"
  ecoff_sparc.c: $(srcdir)/emulparams/coff_sparc.sh \
    $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
  	${GENSCRIPTS} coff_sparc "$(tdir_coff_sparc)"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]