diff options
author | Steve Ellcey <sje@cup.hp.com> | 2005-11-07 21:55:14 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2005-11-07 21:55:14 +0000 |
commit | 76f703bfeb0abad84f800d3a780ab21b7f799582 (patch) | |
tree | f4031f0bf2e587abf8dc90df7d175a35e3ca1492 /bfd | |
parent | 3d8476bc1ba3a811fbc51dccd6a79adca193a197 (diff) | |
download | gdb-76f703bfeb0abad84f800d3a780ab21b7f799582.zip gdb-76f703bfeb0abad84f800d3a780ab21b7f799582.tar.gz gdb-76f703bfeb0abad84f800d3a780ab21b7f799582.tar.bz2 |
* configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/configure.host | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c43cf9..3d851ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-11-07 Steve Ellcey <sje@cup.hp.com> + + * configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE. + 2005-11-03 Daniel Jacobowitz <dan@codesourcery.com> * configure.in: Check for fopen64. diff --git a/bfd/configure.host b/bfd/configure.host index 024ed62..adf2cc6 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -29,6 +29,8 @@ hppa*-*-mpeix*) HDEFINES=-DHOST_HPPAMPEIX ;; hppa*-*-bsd*) HDEFINES=-DHOST_HPPABSD ;; hppa*-*-osf*) HDEFINES=-DHOST_HPPAOSF ;; +ia64-*-hpux*) HDEFINES=-D_LARGEFILE64_SOURCE + host64=true;; ia64-*-*) host64=true;; # Workaround for limitations on win9x where file contents are |