diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-24 21:02:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-24 21:02:19 +0000 |
commit | 26b718e68cb166a8903104d463f66be132d19536 (patch) | |
tree | 0f1f8147977427c0171fbd4c468e8227a1cf1119 /bfd/targets.c | |
parent | e76fc8608b07f609cbc67d41a9e6c01d9864a733 (diff) | |
download | gdb-26b718e68cb166a8903104d463f66be132d19536.tar.gz |
(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
when building a 64-bit BFD with all targets enabled.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index e2d5b651f4c..74152371dba 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -867,7 +867,9 @@ static const bfd_target * const _bfd_target_vector[] = { #if 0 &bfd_elf32_ia64_big_vec, #endif +#ifdef BFD64 &bfd_elf32_ia64_hpux_big_vec, +#endif &bfd_elf32_ip2k_vec, &bfd_elf32_iq2000_vec, &bfd_elf32_little_generic_vec, |