diff options
author | Nick Clifton <nickc@redhat.com> | 1999-08-24 15:16:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-08-24 15:16:53 +0000 |
commit | 021e3cc0675840cb1816a3c458f3d6b200309df7 (patch) | |
tree | 71045c4bb1379de275f48c48608aa5e8f5890b90 /bfd/Makefile.am | |
parent | 7da1b1756d76fbc93cf555174096830bd486d920 (diff) | |
download | gdb-021e3cc0675840cb1816a3c458f3d6b200309df7.zip gdb-021e3cc0675840cb1816a3c458f3d6b200309df7.tar.gz gdb-021e3cc0675840cb1816a3c458f3d6b200309df7.tar.bz2 |
Path from Roland McGrath <roland@baalperazim.frob.com>
Added arm-netbsd target.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 1dbb5d3..c74be34 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -114,6 +114,7 @@ BFD32_BACKENDS = \ aout-tic30.lo \ aout0.lo \ aout32.lo \ + armnetbsd.lo \ bout.lo \ cf-i386lynx.lo \ cf-m68klynx.lo \ @@ -236,6 +237,7 @@ BFD32_BACKENDS_CFILES = \ aout-tic30.c \ aout0.c \ aout32.c \ + armnetbsd.c \ bout.c \ cf-i386lynx.c \ cf-m68klynx.c \ @@ -723,6 +725,9 @@ aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \ aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/ar.h +armnetbsd.lo: armnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ + aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ + $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \ |