* configure.host (hppa*64*-*-hpux*): Set host64 to true.

This commit is contained in:
Dave Anglin
2005-12-30 22:25:57 +00:00
parent 7bbe5bc540
commit db8274e6b9
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-12-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* configure.host (hppa*64*-*-hpux*): Set host64 to true.
2005-12-29 Nick Clifton <nickc@redhat.com> 2005-12-29 Nick Clifton <nickc@redhat.com>
* hash.c (bfd_hash_set_default_size): Add more entries to the * hash.c (bfd_hash_set_default_size): Add more entries to the

View File

@@ -19,11 +19,13 @@ HOST_U_64BIT_TYPE=
case "${host}" in 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. # visible when _LARGEFILE64_SOURCE is defined.
# Without those declarations, real_ftell et.al. # Without those declarations, real_ftell et.al.
# get mis-compiled. # 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*-*-hiux*) HDEFINES=-DHOST_HPPAHPUX ;;
hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;; hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;;
hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;; hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;;