diff options
author | Jeff Law <law@redhat.com> | 2000-04-24 08:31:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-04-24 08:31:33 +0000 |
commit | ee1663531f95e3d30d6813a71337081670e58d33 (patch) | |
tree | 58a1a7107f3da6ecdbbf1907e4fa13bcb9cfceb0 /bfd/configure.in | |
parent | 16db24fe39260556584e2bfbe5c5ada6e4dd67f6 (diff) | |
download | gdb-ee1663531f95e3d30d6813a71337081670e58d33.tar.gz |
* config.bfd: Only disable elf32-hppa vectors, not all of the
BSD and OSF configuration support. Provide (disabled) clauses
for PA64 support.
* configure.in: Add clause for PA64 support.
* configure: Rebuilt.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 1a9b94a2cd1..8dbd9bbb2a9 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -469,6 +469,8 @@ do target64=true ;; bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf" target64=true ;; + bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf" + target64=true ;; bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elf64.lo $elf" target64=true ;; bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elf64.lo $elf" |