* elf64-ppc.c (toc_adjusting_stub_needed): Exit early if section
[deliverable/binutils-gdb.git] / bfd / configure.host
index fcfa9f5e841ebdd115530de407682e4605524cab..69eb17ac95865e7c4c9dd00589ecd8dfae60b99a 100644 (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 ;;
This page took 0.02297 seconds and 4 git commands to generate.