This is the mail archive of the binutils@sourceware.org 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] SH-2A FDPIC Support


Hi Jan,

gcc: eshlelf_fd.c: No such file or directory
Is there some easy fix?

This was a typo in the Makefile.am. Fixed by checking in the following patch.


Cheers
  Nick

ld/ChangeLog
2010-05-28  Nick Clifton  <nickc@redhat.com>

	* Makefile.am (eshlelf_fd.c): Fix typo in rule.
	* Makefile.in: Regenerate.

Index: ld/Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.285
diff -c -3 -p -r1.285 Makefile.am
*** ld/Makefile.am      25 May 2010 15:30:55 -0000      1.285
--- ld/Makefile.am      28 May 2010 12:19:59 -0000
*************** eshelf_fd.c: $(srcdir)/emulparams/shelf_
*** 1736,1742 ****
        ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
  eshlelf_fd.c: $(srcdir)/emulparams/shlelf_fd.sh \
    $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
!       ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
  eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
    $(srcdir)/emulparams/shlelf_linux.sh \
    $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
--- 1736,1742 ----
        ${GENSCRIPTS} shelf_fd "$(tdir_shelf_fd)"
  eshlelf_fd.c: $(srcdir)/emulparams/shlelf_fd.sh \
    $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
!       ${GENSCRIPTS} shlelf_fd "$(tdir_shelf_fd)"
  eshelf_linux.c: $(srcdir)/emulparams/shelf_linux.sh \
    $(srcdir)/emulparams/shlelf_linux.sh \
    $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}


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