From: Jeff Law Date: Thu, 8 Jul 1999 11:33:37 +0000 (+0000) Subject: * config.bfd (hppa*-*-linux-gnu*): New target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b4e28187ca02205dff642b160e10841d69db294;p=binutils-gdb.git * config.bfd (hppa*-*-linux-gnu*): New target --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 01b27485c97..8245731993b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 8 12:32:23 1999 John David Anglin + + * config.bfd (hppa*-*-linux-gnu*): New target + 1999-07-07 Mark Mitchell * elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify. diff --git a/bfd/config.bfd b/bfd/config.bfd index c85142cd7ff..1bf9286a68f 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -193,7 +193,7 @@ case "${targ}" in targ_underscore=yes ;; - hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*) + hppa*-*-*elf* | hppa*-*-linux-gnu* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*) targ_defvec=bfd_elf32_hppa_vec ;; #if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)