From 2cefff799c3205b0910cce1942e6e2a570f75201 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 17 Oct 2003 02:15:53 +0000 Subject: * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for mingw32. --- bfd/configure.host | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/configure.host') diff --git a/bfd/configure.host b/bfd/configure.host index fcfa9f5..69eb17a 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -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 ;; -- cgit v1.1