From: Geoffrey Keating Date: Tue, 25 Jul 2000 19:29:42 +0000 (+0000) Subject: * configure.host (*-*-aix*): AIX has 'long long' always. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=adfdf8387c9a7eaa64a3fb078e953303084ee5fa;p=binutils-gdb.git * configure.host (*-*-aix*): AIX has 'long long' always. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c93a5a310d3..369173749a2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ 2000-07-25 Geoffrey Keating + * 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 diff --git a/bfd/configure.host b/bfd/configure.host index bd5391cd7da..c72a4b30121 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -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" ;;