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 | cf5544d52c34f7899ee6fa779a4ed1ce458721f5 (patch) | |
tree | e5319e864ed0133b5ad66d7560e323e01fda6067 /bfd/configure.host | |
parent | 43e4b7ad063e9867f5e432efceddee16440bcfad (diff) | |
download | gdb-cf5544d52c34f7899ee6fa779a4ed1ce458721f5.tar.gz |
* configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.
Diffstat (limited to 'bfd/configure.host')
-rw-r--r-- | bfd/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.host b/bfd/configure.host index 024ed625420..adf2cc6bf7a 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 |