* config.bfd (hppa*-*-linux-gnu*): New target
authorJeff Law <law@redhat.com>
Thu, 8 Jul 1999 11:33:37 +0000 (11:33 +0000)
committerJeff Law <law@redhat.com>
Thu, 8 Jul 1999 11:33:37 +0000 (11:33 +0000)
bfd/ChangeLog
bfd/config.bfd

index 01b27485c97c6b1319f0483c018362e0ec1e4fc1..8245731993b07b65589369b93ed7a916a259c2d1 100644 (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.
index c85142cd7ffdef15cefd3d107edbcebdd2e9ac2a..1bf9286a68ff5449306afbed7dabedb2671b7097 100644 (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)
This page took 0.041389 seconds and 4 git commands to generate.