From 3b46d7e3425893f03f2871df84c964cca4c137ad Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Thu, 16 Sep 2021 10:24:17 +0200 Subject: ADS-3515: Install nessessary libpthread.a library The static library libpthread.a for the mingw32 platform is missing in the compiler installation. Related: :jira:ADS-3515 Change-Id: I9f81bbabbccef07ef842b8c1ce6153a00d9e6023 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index abd3dc8..610c667 100644 --- a/Makefile +++ b/Makefile @@ -782,6 +782,8 @@ wingcc-finish: cp -f ../../x86_64-w64-mingw32/lib/libgcc_s.a . cd $(WINGCC_INST_DIR)/lib/gcc/$(XGCC_TARGET64)/$(VERSION_GCC)/32 && \ cp -f ../../../x86_64-w64-mingw32/lib32/libgcc_s.a . + cp $(XGCC_INST_DIR)/x86_64-w64-mingw32/lib32/libpthread.a \ + $(WINGCC_INST_DIR)/x86_64-w64-mingw32/lib32/ wingcc-reimp: rm -Rf $(BUILD_DIR)/reimp -- cgit v0.12