* configure.host (ia64-*-hpux*): Support 64 bit targets using

the HP compiler's "long long".
This commit is contained in:
Alan Modra 2002-12-17 04:17:21 +00:00
parent c2617f4067
commit 1b3e374430
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-17 Roger Sayle <roger@eyesopen.com>
* configure.host (ia64-*-hpux*): Support 64 bit targets using
the HP compiler's "long long".
2002-12-16 Andrew MacLeod <amacleod@redhat.com>
* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16

View File

@ -32,6 +32,10 @@ hppa*-*-osf*) HDEFINES=-DHOST_HPPAOSF ;;
ia64-*-linux*) host64=true; HOST_64BIT_TYPE=long ;;
ia64-*-aix*) host64=true; HOST_64BIT_TYPE=long ;;
ia64-*-hpux*) host64=true
HOST_64BIT_TYPE="long long";
HOST_U_64BIT_TYPE="unsigned long long";
;;
i[3456]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;;
i[3456]86-sequent-sysv4*) ;;