summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSaikrishna Arcot <saiarcot895@gmail.com>2016-06-08 19:02:49 (GMT)
committerSaikrishna Arcot <saiarcot895@gmail.com>2016-06-18 13:51:33 (GMT)
commit96df2d7470df33b89b7f7e935938bebbf60b9385 (patch)
tree537b2572a7754b5b439cfa9788a7e02375aee5b4 /src
parent02995af840e2d2fb450d9fec3a24aa82f0380860 (diff)
downloadmxe-96df2d7470df33b89b7f7e935938bebbf60b9385.zip
mxe-96df2d7470df33b89b7f7e935938bebbf60b9385.tar.gz
mxe-96df2d7470df33b89b7f7e935938bebbf60b9385.tar.bz2
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