* config.bfd (hppa*-*-linux-gnu*): New target

This commit is contained in:
Jeff Law 1999-07-08 11:33:37 +00:00
parent 5395a469da
commit 5b4e28187c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.bfd (hppa*-*-linux-gnu*): New target
1999-07-07 Mark Mitchell <mark@codesourcery.com>
* elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.

View file

@ -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)