aboutsummaryrefslogtreecommitdiff
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
commite59db122bdd69dbe595d94ea02ddfbfd04b8f443 (patch)
tree93c12826d8947bad13533d4744bff463db127c8a /bfd/configure.in
parent9ffc64f4d33bc4dbcb048e770cf076c28b727e39 (diff)
downloadgdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.zip
gdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.tar.gz
gdb-e59db122bdd69dbe595d94ea02ddfbfd04b8f443.tar.bz2
* 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 1a9b94a..8dbd9bb 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"