* configure.host: Add __USE_MINGW_FSEEK to HDEFINES for

mingw32.
This commit is contained in:
Danny Smith 2003-10-17 02:15:53 +00:00
parent 0e294368f0
commit 2cefff799c
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-10-17 Danny Smith <dannysmith@users.sourceforge.net>
* configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
mingw32.
2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn

View File

@ -27,6 +27,10 @@ hppa*-*-osf*) HDEFINES=-DHOST_HPPAOSF ;;
ia64-*-*) host64=true;;
# Workaround for limitations on win9x where file contents are
# not zero'd out if you seek past the end and then write.
i[3-7]86-*-mingw32*) HDEFINES=-D__USE_MINGW_FSEEK;;
i[3-7]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;;
i[3-7]86-sequent-sysv4*) ;;
i[3-7]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;;