lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c4e2286 03/11: No longer treat pthread DLL as


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c4e2286 03/11: No longer treat pthread DLL as a compiler runtime file
Date: Wed, 8 May 2019 13:23:24 -0400 (EDT)

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

    No longer treat pthread DLL as a compiler runtime file
---
 msw_cygwin.make  | 1 -
 msw_generic.make | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index c9bf07e..e16e32c 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -84,7 +84,6 @@ compiler_sysroot := /opt/lmi/mingw/$(LMI_TRIPLET)/lib
 compiler_runtime_files := \
   $(wildcard $(compiler_sysroot)/libgcc*.dll) \
   $(wildcard $(compiler_sysroot)/libstdc++*.dll) \
-  $(wildcard $(compiler_sysroot)/libwinpthread-1.dll) \
 
 
################################################################################
 
diff --git a/msw_generic.make b/msw_generic.make
index 671e046..95e8b61 100644
--- a/msw_generic.make
+++ b/msw_generic.make
@@ -71,16 +71,9 @@ RC      := $(gcc_bin_dir)$(host_hyphen)windres
 
 compiler_sysroot := $(dir $(shell $(CXX) -print-libgcc-file-name))
 
-# 'libwinpthread*' is no longer needed for debian cross builds--see:
-#   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748353
-# | Provide compilers using Windows and POSIX threads. The default setup
-# | uses Windows threads, thus avoiding the dependency on the pthreads DLL
-# but including it in this list with $(wildcard) does no harm.
-
 compiler_runtime_files := \
   $(wildcard $(compiler_sysroot)/libgcc*.dll) \
   $(wildcard $(compiler_sysroot)/libstdc++*.dll) \
-  $(wildcard $(compiler_sysroot)/libwinpthread-1.dll) \
 
 
################################################################################
 



reply via email to

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