diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-01 18:33:35 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-11-01 18:33:35 +0000 |
commit | e574ddd43ab84053bcb24b5185b2d99b6e5981a6 (patch) | |
tree | edec7dbf5a263edbc99ce82d537a43fd426a18d5 /ld/Makefile.in | |
parent | b531cfe94ef89d233965401497d97304e20432c4 (diff) | |
download | gdb-e574ddd43ab84053bcb24b5185b2d99b6e5981a6.zip gdb-e574ddd43ab84053bcb24b5185b2d99b6e5981a6.tar.gz gdb-e574ddd43ab84053bcb24b5185b2d99b6e5981a6.tar.bz2 |
* Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
(em68knbsd.c): New target.
* config/m68k-nbsd.mt: New file.
* emulparams/m68knbsd.sh: New file.
* configure.in (m68*-*-netbsd*): Use above configs.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 9f05128..57ac88a 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -199,10 +199,10 @@ ALL_EMULATIONS = ea29k.o ealpha.o ecoff_sparc.o eebmon29k.o \ eh8300h.o eh8500.o eh8500b.o eh8500c.o eh8500m.o eh8500s.o \ ehp300bsd.o ehp3hpux.o ehppaelf.o ei386aout.o ei386bsd.o \ ei386coff.o ei386go32.o ei386linux.o ei386lynx.o ei386mach.o \ - ei386nbsd.c ei386nw.o elnk960.o em68kaout.o em68kcoff.o \ - em68klynx.o em88kbcs.o emipsbig.o emipsbsd.o emipsidt.o \ - emipsidtl.o emipslit.o enews.o ens32knbsd.c eppcnw.o \ - eriscix.o esa29200.o esh.o esparclynx.o esparcnbsd.c \ + ei386nbsd.o ei386nw.o elnk960.o em68kaout.o em68kcoff.o \ + em68klynx.o em68knbsd.o em88kbcs.o emipsbig.o emipsbsd.o \ + emipsidt.o emipsidtl.o emipslit.o enews.o ens32knbsd.o eppcnw.o \ + eriscix.o esa29200.o esh.o esparclynx.o esparcnbsd.o \ est2000.o esun3.o esun4.o evanilla.o evax.o evsta.o \ ez8ksim.o @@ -446,6 +446,9 @@ eppcnw.c: $(srcdir)/emulparams/ppcnw.sh \ ei386nbsd.c: $(srcdir)/emulparams/i386nbsd.sh \ $(srcdir)/emultmpl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} i386nbsd +em68knbsd.c: $(srcdir)/emulparams/m68knbsd.sh \ + $(srcdir)/emultmpl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} + ${GENSCRIPTS} m68knbsd ens32knbsd.c: $(srcdir)/emulparams/ns32knbsd.sh \ $(srcdir)/emultmpl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} ${GENSCRIPTS} ns32knbsd |