From f6e143a1993a216698804357c3b4e59ad5ea63d9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 2 Sep 1999 20:35:35 +0000 Subject: * emulparams/elf64hppa.sh: New file. * configure.tgt (hppa*w-*-*): Use elf64hppa emulation. * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o (eelf64hppa.c): Add dependencies. * Makefile.in: Rebuilt. --- ld/configure.tgt | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 05a9152..a2d032b 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -176,6 +176,7 @@ m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; m68*-*-rtems*) targ_emul=m68kcoff ;; +hppa*w*-*) targ_emul=elf64hppa ;; hppa*-*-*elf*) targ_emul=hppaelf ;; hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; -- cgit v1.1