aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd18
1 files changed, 14 insertions, 4 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index ca8d562..def3df0 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -229,22 +229,32 @@ case "${targ}" in
targ_defvec=bfd_elf32_hppa_vec
;;
#endif
+#if 0
+#ifdef BFD64
+ # Do not enable this until we've settled the configury issues
+ # with the GCC, GDB, binutils, and autoconf maintainers.
+ hppa*w-*-hpux11*)
+ targ_defvec=bfd_elf64_hppa_vec
+ targ_cflags=-DHPUX_LARGE_AR_IDS
+ ;;
+#endif
+#endif
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)
-#if 0 /* HPPA ELF does not work currently. */
hppa*-*-bsd*)
targ_defvec=som_vec
+#if 0 /* HPPA ELF does not work currently. */
targ_selvecs=bfd_elf32_hppa_vec
- ;;
#endif
+ ;;
hppa*-*-hpux* | hppa*-*-hiux* | hppa*-*-mpeix*)
targ_defvec=som_vec
;;
-#if 0 /* HPPA ELF does not work currently. */
hppa*-*-osf*)
targ_defvec=som_vec
+#if 0 /* HPPA ELF does not work currently. */
targ_selvecs=bfd_elf32_hppa_vec
- ;;
#endif
+ ;;
#endif /* defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) */
i370-*-*)