summaryrefslogtreecommitdiffstats
path: root/src/mingw-w64.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-27 02:58:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-31 09:18:21 (GMT)
commit05380b49b7337df2eb11f834a8a9b01b0ab1cbe7 (patch)
tree59b582107829d310691a210af3dfce3280235da1 /src/mingw-w64.mk
parent0ad42f9aa49c118b34fdd324a471df38d389e6c3 (diff)
downloadmxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.zip
mxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.tar.gz
mxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.tar.bz2
gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgomp
* fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg mingw-w64 installs dummy headers if winpthreads isn't built * enables libgomp to avoid double-build (see #331) * no change in openmp-validation (still 20 failures - taken with a grain of salt as the batch file test runner isn't a reliable perl substitute) * pthreads virtual package kept for future testing
Diffstat (limited to 'src/mingw-w64.mk')
-rw-r--r--src/mingw-w64.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk
index 86b73dd..7e10f96 100644
--- a/src/mingw-w64.mk
+++ b/src/mingw-w64.mk
@@ -16,16 +16,3 @@ define $(PKG)_UPDATE
$(SORT) -V | \
tail -1
endef
-
-define $(PKG)_BUILD_mingw-w64
- mkdir '$(1).headers-build'
- cd '$(1).headers-build' && '$(1)/mingw-w64-headers/configure' \
- --host='$(TARGET)' \
- --prefix='$(PREFIX)/$(TARGET)' \
- --enable-sdk=all \
- --enable-idl
- $(MAKE) -C '$(1).headers-build' install
-endef
-
-$(PKG)_BUILD_x86_64-w64-mingw32 = $($(PKG)_BUILD_mingw-w64)
-$(PKG)_BUILD_i686-w64-mingw32 = $($(PKG)_BUILD_mingw-w64)