summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-04-24 08:31:33 +0000
committerJeff Law <law@redhat.com>2000-04-24 08:31:33 +0000
commite5f13ef3970b77f09b4b88eca2c640f8fe598304 (patch)
treec8c16572aea12b8dea191cff6fdea2a1c35c3f45 /bfd/configure.in
parentf6cfd8a86d0399a783e7215e85ce92f26042e403 (diff)
downloadbinutils-redhat-e5f13ef3970b77f09b4b88eca2c640f8fe598304.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.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index 1a9b94a2cd..8dbd9bbb2a 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"