public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Commit: Add eelf32am33lin.c to ld/Makefile.am
@ 2011-06-03 10:36 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2011-06-03 10:36 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I am applying the patch below to add a rule to build the
  eelf32am33lin.c emulation file to the linker's Makefile.  Without this
  the am33-linux-gnu target cannot build a linker.

Cheers
  Nick

ld/ChangeLog
2011-06-03  Nick Clifton  <nickc@redhat.com>

	* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
	Add rule to build eelf32am33lin.c
	* Makefile.in: Regenerate.

Index: ld/Makefile.am
===================================================================
RCS file: /cvs/src/src/ld/Makefile.am,v
retrieving revision 1.301
diff -u -3 -p -r1.301 Makefile.am
--- ld/Makefile.am	13 May 2011 18:15:33 -0000	1.301
+++ ld/Makefile.am	3 Jun 2011 10:11:25 -0000
@@ -193,6 +193,7 @@ ALL_EMULATION_SOURCES = \
 	eelf32_tic6x_linux_le.c \
 	eelf32_tic6x_elf_be.c \
 	eelf32_tic6x_elf_le.c \
+	eelf32am33lin.c \
 	eelf32b4300.c \
 	eelf32bfin.c \
 	eelf32bfinfd.c \
@@ -908,6 +909,10 @@ eelf32_tic6x_elf_le.c: $(srcdir)/emulpar
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc  $(srcdir)/emultempl/tic6xdsbt.em \
   ${GEN_DEPENDS}
 	${GENSCRIPTS} elf32_tic6x_elf_le "$(tdir_elf32_tic6x_elf_le)"
+eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
+  $(srcdir)/emulparams/elf32am33lin.sh \
+  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+	${GENSCRIPTS} elf32am33lin "$(tdir_elf32am33lin)"
 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
   $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \
   $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-03 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-03 10:36 Commit: Add eelf32am33lin.c to ld/Makefile.am Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).