summaryrefslogtreecommitdiffstats
path: root/recipes/gcc
Commit message (Collapse)AuthorAgeFilesLines
* gcc: patch already applied on oe layerSamuli Piippo2016-04-122-65/+0
| | | | | Change-Id: I8230869a08fcb902c55b5dfd22e1221c918ce895 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* gcc-4.9: backport from gcc trunk r212178Samuli Piippo2015-11-202-0/+66
When compiling meta-toolchain-qt5 on cortexa8, the compiler throws an internal compiler error: ... qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)': qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000 ... Tracking this down led to https://bugs.linaro.org/show_bug.cgi?id=534 It seems the bug is well know and fixed upstream. So backporting from trunk seems to be the right solution. This fixes the compiler problem on cortexa8 and does not seem to be very invasive. The original commit can be found at: git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212178 138bc75d-0d04-0410-961f-82ee72b054a4 Cherry-picked from jehtro and adjusted to work from b2qt layer. Change-Id: Id176840d37f2fe4b1f4b41b6c67ce110732b7645 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>