]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.host (hppa*64*-*-hpux*): Set host64 to true.
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 30 Dec 2005 22:25:57 +0000 (22:25 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 30 Dec 2005 22:25:57 +0000 (22:25 +0000)
bfd/ChangeLog
bfd/configure.host

index 3ea9d5617c30cc7ba7892b025fd6e5d8ef84c420..69f65121a9b6866f0bb1baffcb42e6aaaa4d78db 100644 (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>
 
        * hash.c (bfd_hash_set_default_size): Add more entries to the
index adf2cc6bf7a8bd83641b61cdcb779323f87a4c13..11b42e0fc13777d5abf1c62e9cb5cbf53e7ee60c 100644 (file)
@@ -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 ;;