Add AIX 64 shared library support and emulation layer for binutils

This commit is contained in:
Nick Clifton
2002-03-18 12:46:27 +00:00
parent a1c259a138
commit eb1e0e807a
49 changed files with 2388 additions and 1013 deletions

View File

@ -384,6 +384,7 @@ changequote([,])dnl
pj*) fmt=elf ;;
ppc-*-pe | ppc-*-cygwin* | ppc-*-winnt*)
fmt=coff em=pe ;;
ppc-*-aix5*) fmt=coff em=aix5 ;;
ppc-*-aix*) fmt=coff ;;
ppc-*-beos*) fmt=coff ;;
ppc-*-*bsd* | ppc-*-elf* | ppc-*-eabi* | ppc-*-sysv4*)