summaryrefslogtreecommitdiff
path: root/bfd/configure.host
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-12-17 04:17:21 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-12-17 04:17:21 +0000
commit143f264d617d7bdd965bd9c70b7aa47273c52de2 (patch)
tree94204de7f830ba9abe108eaecbb63b57b5d3a0f9 /bfd/configure.host
parent632e09e35e87291e6e2af3b8797f4873ba27ecfe (diff)
downloadbinutils-redhat-143f264d617d7bdd965bd9c70b7aa47273c52de2.tar.gz
* configure.host (ia64-*-hpux*): Support 64 bit targets using
the HP compiler's "long long".
Diffstat (limited to 'bfd/configure.host')
-rw-r--r--bfd/configure.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/configure.host b/bfd/configure.host
index 207e4c007c..634b0b1237 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -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*) ;;