aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-24 21:02:19 +0000
committerNick Clifton <nickc@redhat.com>2005-03-24 21:02:19 +0000
commitd7b9976fcefbe8f6ef12a786098cf9cb27aad9ae (patch)
tree84d1f76fe0870ee5ef075657f0f82903fe5338f4
parentea1562b345338540cf9a3c8fa28fbcb6da78fd3e (diff)
downloadbinutils-d7b9976fcefbe8f6ef12a786098cf9cb27aad9ae.zip
binutils-d7b9976fcefbe8f6ef12a786098cf9cb27aad9ae.tar.gz
binutils-d7b9976fcefbe8f6ef12a786098cf9cb27aad9ae.tar.bz2
(_bfd_target_vector): Only include the bfd_elf32_ia64_hpux_big_vec vector
when building a 64-bit BFD with all targets enabled.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/targets.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 742848f..7d83b6d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/targets.c b/bfd/targets.c
index e2d5b65..7415237 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,