(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
when building a 64-bit BFD with all targets enabled.
This commit is contained in:
parent
ea1562b345
commit
d7b9976fce
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-03-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* targets.c (_bfd_target_vector): Only include the
|
||||
bfd_elf32_ia64_hpux_big_vec vector when building a 64-bit BFD with
|
||||
all targets enabled.
|
||||
|
||||
2005-03-24 James E Wilson <wilson@specifixinc.com>
|
||||
|
||||
* Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue