aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2005-12-30 22:25:57 +0000
committerDave Anglin <dave.anglin@nrc.ca>2005-12-30 22:25:57 +0000
commitdb8274e6b951424e498d4b62017da8ace41679ba (patch)
tree766d2125febc1dfaab8b8dfe62a3e33677a40ffb /bfd
parent7bbe5bc540b1559c1b0beef55b6ca2b9ce9aa30d (diff)
downloadgdb-db8274e6b951424e498d4b62017da8ace41679ba.zip
gdb-db8274e6b951424e498d4b62017da8ace41679ba.tar.gz
gdb-db8274e6b951424e498d4b62017da8ace41679ba.tar.bz2
* configure.host (hppa*64*-*-hpux*): Set host64 to true.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/configure.host6
2 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3ea9d56..69f6512 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/configure.host b/bfd/configure.host
index adf2cc6..11b42e0 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 ;;