diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-06-18 17:01:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-18 17:01:55 (GMT) |
commit | 789ba968805cefa9d5ec6199110b0355a199f5e2 (patch) | |
tree | 8030663a61f09e69b06308cf3f7ca7fa1f0a6a2e /src | |
parent | 2b9e0114bef90d47ee23e7cfab959c80420f36d8 (diff) | |
parent | 96df2d7470df33b89b7f7e935938bebbf60b9385 (diff) | |
download | mxe-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.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |