lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 2c593fa 2/4: Treat pthread DLL as a compiler


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2c593fa 2/4: Treat pthread DLL as a compiler runtime file--because it is
Date: Tue, 22 Aug 2017 12:21:13 -0400 (EDT)

branch: master
commit 2c593fa74398906cecfbf94bf123449c81127b84
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Treat pthread DLL as a compiler runtime file--because it is
    
    See:
      http://lists.nongnu.org/archive/html/lmi/2017-08/msg00018.html
---
 msw_cygwin.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index 4288fdd..147aada 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -88,6 +88,7 @@ compiler_sysroot := /MinGW_/i686-w64-mingw32/lib
 compiler_runtime_files := \
   $(compiler_sysroot)/libstdc++-6.dll \
   $(compiler_sysroot)/libgcc_s_sjlj-1.dll \
+  $(compiler_sysroot)/libwinpthread-1.dll \
 
 
################################################################################
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]