Skip to content

Commit

Permalink
GNUmakefile: copy libmcfgthread-1.dll to 't' directory
Browse files Browse the repository at this point in the history
Avoids test failures when gcc is configured to use MCF threads.
See Issue #21038
  • Loading branch information
sisyphus authored and khwilliamson committed Nov 28, 2023
1 parent 2cb893b commit 268bec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/GNUmakefile
Expand Up @@ -1822,6 +1822,7 @@ test-prep-gcc :
if exist $(CCDLLDIR)\libstdc++-6.dll $(XCOPY) $(CCDLLDIR)\libstdc++-6.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libwinpthread-1.dll $(XCOPY) $(CCDLLDIR)\libwinpthread-1.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libquadmath-0.dll $(XCOPY) $(CCDLLDIR)\libquadmath-0.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libmcfgthread-1.dll $(XCOPY) $(CCDLLDIR)\libmcfgthread-1.dll ..\t\$(NULL)

endif

Expand Down

0 comments on commit 268bec2

Please sign in to comment.