summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-03-18 12:46:15 +0000
committerNick Clifton <nickc@redhat.com>2002-03-18 12:46:15 +0000
commitf0e895500edcc5e20e134db3dd9f35c484b37811 (patch)
tree8a63a09ddbcd476d2d8b773e48305e6c6e7b691c /bfd/config.bfd
parent14a4d0145a03acf3a1f21f162e41ceb825e92086 (diff)
downloadgdb-f0e895500edcc5e20e134db3dd9f35c484b37811.tar.gz
Add AIX 64 shared library support and emulation layer for binutils
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd13
1 files changed, 12 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 58c73156fca..e0eb7105076 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -785,11 +785,22 @@ case "${targ}" in
targ_selvecs="bfd_elf32_pjl_vec bfd_elf32_pj_vec bfd_elf32_i386_vec"
;;
+ powerpc-*-aix5*)
+ targ_defvec=rs6000coff_vec
+ targ_selvecs="aix5coff64_vec"
+ want64=true
+ ;;
+ powerpc64-*-aix5*)
+ targ_defvec=aix5coff64_vec
+ targ_selvecs="rs6000coff_vec"
+ want64=true
+ ;;
+
powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
targ_defvec=rs6000coff_vec
targ64_selvecs=rs6000coff64_vec
case "${targ}" in
- *-*-aix4.[3456789]* | *-*-aix[56789]*)
+ *-*-aix4.[3456789]* | *-*-aix[56789]*)
want64=true;;
*)