* configure.host (*-*-aix*): AIX has 'long long' always.

This commit is contained in:
Geoffrey Keating 2000-07-25 19:29:42 +00:00
parent 1a6df346e3
commit adfdf8387c
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
* configure.host (*-*-aix*): AIX has 'long long' always.
* coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
(xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
(xcoff_write_archive_contents_big): Don't update the offset

View File

@ -48,6 +48,10 @@ mips*-*-riscos*) HDEFINES="-G 4" ;;
m68*-hp-hpux*) HDEFINES=-DHOST_HP300HPUX ;;
*-*-aix*) HOST_64BIT_TYPE="long long"
HOST_U_64BIT_TYPE="unsigned long long"
;;
*-*-solaris*) HOST_64BIT_TYPE="long long"
HOST_U_64BIT_TYPE="unsigned long long"
;;