From 5c61c5ab194547aac922564e47ea2aa6ae8fd5c3 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 8 Jul 1999 11:38:48 +0000 Subject: [PATCH] * configure.tgt (hppa*-linux-gnu*): New target. --- ld/ChangeLog | 4 ++++ ld/configure.tgt | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index a306599950..a964c22114 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 8 12:32:23 1999 John David Anglin + + * configure.tgt (hppa*-linux-gnu*): New target. + 1999-07-07 Mark Mitchell * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip. diff --git a/ld/configure.tgt b/ld/configure.tgt index 8d55dd93f3..65203a96cc 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -171,6 +171,7 @@ m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; m68*-*-rtems*) targ_emul=m68kcoff ;; hppa*-*-*elf*) targ_emul=hppaelf ;; +hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; hppa*-*-rtems*) targ_emul=hppaelf ;; vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;; -- 2.34.1