diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:42 +0000 |
commit | fd9e9504134d2abf9e843e69098460e782e0662e (patch) | |
tree | a1b9b6807e51ddf84bff45a11ef7b8ce6c12a648 /bfd/Makefile.in | |
parent | 1ff74c5a32569e53bfc26960f84a9875fbb29bd8 (diff) | |
download | gdb-fd9e9504134d2abf9e843e69098460e782e0662e.tar.gz |
Add support for sh-symbian-elf target
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 240e5fd7423..6638273a437 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -381,6 +381,7 @@ BFD32_BACKENDS = \ elf32-ppc.lo \ elf32-s390.lo \ elf32-sh.lo \ + elf32-sh-symbian.lo \ elf32-sh64.lo \ elf32-sh64-com.lo \ elf32-sparc.lo \ @@ -550,6 +551,7 @@ BFD32_BACKENDS_CFILES = \ elf32-sh64-com.c \ elf32-s390.c \ elf32-sh.c \ + elf32-sh-symbian.c \ elf32-sparc.c \ elf32-v850.c \ elf32-vax.c \ @@ -1843,6 +1845,11 @@ elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \ elf32-target.h +elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c $(INCDIR)/filenames.h \ + $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \ + $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ + $(srcdir)/../opcodes/sh-opc.h elf32-target.h elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \ $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \ $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \ @@ -2189,3 +2196,7 @@ pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \ libcoff.h $(INCDIR)/bfdlink.h libpei.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: |