diff options
author | Jeff Law <law@redhat.com> | 2000-05-18 16:55:34 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-18 16:55:34 +0000 |
commit | d1dab720ad26aef849d169247b85caab49b18a10 (patch) | |
tree | 830d11267c7d73a898cf6f06299a82e20f935c00 /bfd/config.bfd | |
parent | c9e10a082cb4ee77a9acbd9b2d54c0f56a03728e (diff) | |
download | gdb-d1dab720ad26aef849d169247b85caab49b18a10.zip gdb-d1dab720ad26aef849d169247b85caab49b18a10.tar.gz gdb-d1dab720ad26aef849d169247b85caab49b18a10.tar.bz2 |
* config.bfd (hppa*64*-*-hpux11*): New target triplet.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 475fd0f..12aca15 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -231,16 +231,12 @@ case "${targ}" in hppa*-*-*elf* | hppa*-*-linux-gnu* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*) targ_defvec=bfd_elf32_hppa_vec ;; -#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*) + hppa*64*-*-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) hppa*-*-bsd*) targ_defvec=som_vec |