aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-07-08 11:38:48 +0000
committerJeff Law <law@redhat.com>1999-07-08 11:38:48 +0000
commit5c61c5ab194547aac922564e47ea2aa6ae8fd5c3 (patch)
tree4d246bbf2fd6b85ca355f9d36143ce3922d9f174
parent7d4ce8a99b88332a27b79b1270369fb4ef08e5b6 (diff)
downloadfsf-binutils-gdb-5c61c5ab194547aac922564e47ea2aa6ae8fd5c3.zip
fsf-binutils-gdb-5c61c5ab194547aac922564e47ea2aa6ae8fd5c3.tar.gz
fsf-binutils-gdb-5c61c5ab194547aac922564e47ea2aa6ae8fd5c3.tar.bz2
* configure.tgt (hppa*-linux-gnu*): New target.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.tgt1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a306599..a964c22 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * configure.tgt (hppa*-linux-gnu*): New target.
+
1999-07-07 Mark Mitchell <mark@codesourcery.com>
* Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 8d55dd9..65203a9 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 ;;