]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.host (ia64-*-hpux*): Support 64 bit targets using
authorAlan Modra <amodra@gmail.com>
Tue, 17 Dec 2002 04:21:18 +0000 (04:21 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 17 Dec 2002 04:21:18 +0000 (04:21 +0000)
the HP compiler's "long long".

bfd/ChangeLog
bfd/configure.host

index 46344907790ad779299b93b2666e10a0842f331d..ebddfde18e314c17b4c53ce95548dee8d08999d7 100644 (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-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        Merge from mainline:
index 207e4c007ce516938c95bf9e4b76095397d774b2..634b0b12376de4ccf29c82328d95e1f451187f17 100644 (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*) ;;