Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 6 May 2014 19:16:05 +0000 (20:16 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 6 May 2014 19:17:42 +0000 (20:17 +0100)
commitf751400fc758ae12ae31a028a617eea43132a3ec
tree5fd103fe0486ae26783805471b0f161c95cd7a51
parentbd67a7ab132c11881802158345a5fc2cf0d95611
Fix op/taint.t failure on Windows with 64-bit gcc-4.8.0 from MinGW-w64

MinGW-w64's 64-bit gcc now uses the SEH C++ exception model rather than
SJLJ or Dwarf2 (see http://mingw-w64.sourceforge.net/download.php).  For
such gccs, op/taint.t will need libgcc_s_seh-1.dll rather than
libgcc_s_sjlj-1.dll or libgcc_s_dw2-1.dll.  Fixes perl #121699.

Likewise, libwinpthread-1.dll is necessary if gcc was compiled with POSIX
threading and linked with the libwinpthread library, which is the case for
the gcc-4.8.2 toolchain that is likely to be used with the Strawberry Perl
5.20.x series.  Thanks to kmx for this.
win32/makefile.mk