aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/mingw-w64
AgeCommit message (Collapse)Author
2018-06-07mingw-w64-runtime: remove redundant commentsRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-04-14mingw64: update to 5.0.3Samuli Piippo
Use the latest mingw64 release to get access to the latest Windows APIs BUILDSDK_CPPFLAGS were emptied from poky.conf, but are needed for mingw build to include correct float.h. (error: '_MCW_DN' undeclared here) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-04-06mingw-w64-headers: Add 'secure-api' PACKAGECONFIGNathan Rossi
Add the 'secure-api' PACKAGECONFIG and enable it by default. The 'secure-api' feature enables the secure string functions that are provided in the MS C Runtime e.g. "strerror_s". These functions are needed for glib-2.0 compilation. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
2017-01-13mingw-64-runtime_3.1.bb: Adapt to SDK_ARCH -> SDK_SYS chanages for crosssdkJuro Bystricky
With the change of crosssdk to use SDK_SYS instead of SDK_ARCH, we need to update the recipe to match the changes in master. [YOCTO #9281] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2016-01-21nativesdk-mingw-w64-runtime_3.1.0.bb: Updated licenseJuro Bystricky
mingw runtime 3.1 is released under ZPL-2.1 license. This fixes the warning: WARNING: nativesdk-mingw-w64-runtime: No generic license file exists for: ZPL in any provider Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2016-01-21nativesdk-mingw-w64-headers_3.1.0.bb: Updated licenseJuro Bystricky
The mingw headers 3.1 are released under ZPL-2.1 license. This fixes the warning: WARNING: nativesdk-mingw-w64-headers: No generic license file exists for: ZPL in any provider Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2014-07-08gcc: Uprev gcc and related to latest versionMark Hatle
Uprev gcc to match master, and resync with latest mingw runtime. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-27gcc/nativesdk-mingw-w84-headers: Move symlinking to headers recipeRichard Purdie
The symlinking is really an artefact of the way the headers are provided. Move all the code into one place. Also have the initial compiler depend on the headers else the build can fail. High parallelism prevented the issue from being seen in most cases. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30mingw32: Update after compiler suffix changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30mingw-w64-headers: Update location to use BNP, not PN (drop nativesdk prefix)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04Initial populationRichard Purdie