aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc
AgeCommit message (Collapse)Author
2016-09-28gcc-runtime: Drop libitm for mingw32 runtimeJuro Bystricky
libitm mingw build presently not supported, so don't build it. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-01nativesdk-gcc: Add mingw32 named libraries to files listMark Hatle
Also we skip the staticdev sanity check, as the '.a' file should be packaged as listed. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2016-01-21gcc*.bbappend: Work with 5.2.Peter Seebach
Rename the bbappends to use % so they can be used with both 4.x and 5.x. None of these changes appear to be specific to a given version of gcc. Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2016-01-21gcc-runtime: Drop libgomp for mingw32 runtimePeter Seebach
The mingw32 runtime has issues building libgomp, so drop it for now. Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.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-30gcc-runtime: Disable libatomic, it doesn't build for mingwRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04Initial populationRichard Purdie