aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-06-25 10:05:05 +0000
committerNick Clifton <nickc@redhat.com>2002-06-25 10:05:05 +0000
commit680f9d5c14ef8308abaa116cf31979c78e9a563e (patch)
tree707648472ce3ea10dd0097933318e3618bf79a3a /bfd/config.bfd
parentd4c88bbbc997676cbf6ab62282438ea7df2b4dd7 (diff)
downloadfsf-binutils-gdb-680f9d5c14ef8308abaa116cf31979c78e9a563e.zip
fsf-binutils-gdb-680f9d5c14ef8308abaa116cf31979c78e9a563e.tar.gz
fsf-binutils-gdb-680f9d5c14ef8308abaa116cf31979c78e9a563e.tar.bz2
Only create a selvecs for aix5coff64_vec if 64-bit bfd support has been enabled.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index e875087..acd7729 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -809,6 +809,7 @@ case "${targ}" in
powerpc-*-aix5*)
targ_defvec=rs6000coff_vec
+#ifdef BFD64
targ_selvecs="aix5coff64_vec"
want64=true
;;
@@ -817,6 +818,7 @@ case "${targ}" in
targ_selvecs="rs6000coff_vec"
want64=true
;;
+#endif
powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
targ_defvec=rs6000coff_vec