summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2021-09-16 08:24:17 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2021-09-16 08:24:17 (GMT)
commit3b46d7e3425893f03f2871df84c964cca4c137ad (patch)
tree58dce0d91c0c20baae05a9ae5ba818c98fd83997
parent7c63b91cd36bf1dc07fde524c2125082853b4cea (diff)
downloadgcc-compiler-suite-3b46d7e3425893f03f2871df84c964cca4c137ad.zip
gcc-compiler-suite-3b46d7e3425893f03f2871df84c964cca4c137ad.tar.gz
gcc-compiler-suite-3b46d7e3425893f03f2871df84c964cca4c137ad.tar.bz2
ADS-3515: Install nessessary libpthread.a libraryrefs/changes/96/16796/1
The static library libpthread.a for the mingw32 platform is missing in the compiler installation. Related: :jira:ADS-3515 Change-Id: I9f81bbabbccef07ef842b8c1ce6153a00d9e6023
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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