summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-06-18 17:01:55 (GMT)
committerGitHub <noreply@github.com>2016-06-18 17:01:55 (GMT)
commit789ba968805cefa9d5ec6199110b0355a199f5e2 (patch)
tree8030663a61f09e69b06308cf3f7ca7fa1f0a6a2e /src
parent2b9e0114bef90d47ee23e7cfab959c80420f36d8 (diff)
parent96df2d7470df33b89b7f7e935938bebbf60b9385 (diff)
downloadmxe-789ba968805cefa9d5ec6199110b0355a199f5e2.zip
mxe-789ba968805cefa9d5ec6199110b0355a199f5e2.tar.gz
mxe-789ba968805cefa9d5ec6199110b0355a199f5e2.tar.bz2
Merge pull request #1378 from saiarcot895/mingw-secure-api
Add plugin for compiling mingw-w64 with secure APIs enabled.
Diffstat (limited to 'src')
-rw-r--r--src/gcc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 4a48e8d..52889ec 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -76,7 +76,8 @@ define $(PKG)_BUILD_mingw-w64
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-sdk=all \
- --enable-idl
+ --enable-idl \
+ $(mingw-w64-headers_CONFIGURE_OPTS)
$(MAKE) -C '$(1).headers-build' install
# build standalone gcc