summaryrefslogtreecommitdiff
path: root/bfd/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/configure.host')
-rw-r--r--bfd/configure.host6
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/configure.host b/bfd/configure.host
index adf2cc6bf7..11b42e0fc1 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -19,11 +19,13 @@ HOST_U_64BIT_TYPE=
case "${host}" in
-hppa*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
+hppa*64*-*-hpux*) # HP/UX's ftello64 et.al. declarations are only
# visible when _LARGEFILE64_SOURCE is defined.
# Without those declarations, real_ftell et.al.
# get mis-compiled.
- HDEFINES="-DHOST_HPPAHPUX -D_LARGEFILE64_SOURCE" ;;
+ HDEFINES="-DHOST_HPPAHPUX -D_LARGEFILE64_SOURCE"
+ host64=true;;
+hppa*-*-hpux*) HDEFINES="-DHOST_HPPAHPUX -D_LARGEFILE64_SOURCE" ;;
hppa*-*-hiux*) HDEFINES=-DHOST_HPPAHPUX ;;
hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;;
hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;;