diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-24 14:48:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-24 14:48:18 +0000 |
commit | c6f8758fa0f5da56239e385de0c763ebee78d4aa (patch) | |
tree | fbc4c55967b7675ec978b6e4753cb156a5a5e167 /bfd/Makefile.am | |
parent | be8c092bb0532fb342e38ed21a8cf8ce7773b98f (diff) | |
download | gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.zip gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.tar.gz gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.tar.bz2 |
Add support for an m88k-openbsd 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 45fc7cd..b9f13a2 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -285,6 +285,7 @@ BFD32_BACKENDS = \ m68klynx.lo \ m68knetbsd.lo \ m88kmach3.lo \ + m88kopenbsd.lo \ mach-o.lo \ mipsbsd.lo \ newsos3.lo \ @@ -450,6 +451,7 @@ BFD32_BACKENDS_CFILES = \ m68klynx.c \ m68knetbsd.c \ m88kmach3.c \ + m88kopenbsd.c \ mach-o.c \ mipsbsd.c \ newsos3.c \ @@ -1404,6 +1406,9 @@ m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \ m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.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 +m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.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 mach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \ $(INCDIR)/libiberty.h mach-o-target.c mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \ |