mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.
This commit is contained in:
parent
3d8476bc1b
commit
76f703bfeb
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user