aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-09 02:42:13 +0000
committerAlan Modra <amodra@gmail.com>2002-07-09 02:42:13 +0000
commitc29ef4b56afabf84f23ef83addc297d5e9fa4fdd (patch)
treec2158c3bd55a8d084561bfefd51e5c1acd19fb4e /ld/Makefile.in
parent03111e8359389f65b64264fa22677fa42e3a685f (diff)
downloadgdb-c29ef4b56afabf84f23ef83addc297d5e9fa4fdd.zip
gdb-c29ef4b56afabf84f23ef83addc297d5e9fa4fdd.tar.gz
gdb-c29ef4b56afabf84f23ef83addc297d5e9fa4fdd.tar.bz2
* configure.tgt: Add hppaobsd.o.
* Makefile.am: Add support for alpha-*-openbsd*, hppa-*-openbsd*, powerpc-*-openbsd* and sparc64-*-openbsd*. * Makefile.in: Regenerate. * emulparams/hppaobsd.sh: New file.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index a37771c..f9d9fa4 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -309,6 +309,7 @@ ALL_EMULATIONS = \
ehppaelf.o \
ehppalinux.o \
ehppanbsd.o \
+ ehppaobsd.o \
ei386aout.o \
ei386beos.o \
ei386bsd.o \
@@ -1491,6 +1492,10 @@ ehppanbsd.c: $(srcdir)/emulparams/hppanbsd.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} hppanbsd "$(tdir_hppanbsd)"
+ehppaobsd.c: $(srcdir)/emulparams/hppaobsd.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/hppaelf.em \
+ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} hppaobsd "$(tdir_hppaobsd)"
ehppa64linux.c: $(srcdir)/emulparams/hppa64linux.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} hppa64linux "$(tdir_hppa64linux)"