aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.4
Commit message (Collapse)AuthorAgeFilesLines
* Convert gcc to new framework.Alexey Neyman2017-07-0832-2599/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the newly added msp430 sample with other GCC versionsAlexey Neyman2017-06-051-0/+27
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: xtensa: backport fix for incorrect code generationMax Filippov2017-05-311-0/+73
| | | | | | | | | | | xtensa GCC incorrectly uses %ld/0x%lx format specifiers to output HOST_WIDE_INT values, which results in incorrect code generation by the compiler built for armhf host. The original issue: https://github.com/qca/open-ath9k-htc-firmware/issues/130 Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* Add patch from GCC #80037Alexey Neyman2017-05-231-0/+13
| | | | | | Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
* Backport -fPIC patch for CygwinAlexey Neyman2017-02-111-0/+104
| | | | | Original patch by: Ray Donnelly <mingw.android@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
* Patch GCC to leave -framework alone.Alexey Neyman2017-01-101-0/+14
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add missing 4.9.3 patches.Alexey Neyman2016-11-173-0/+175
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* add support for gcc 4.9.4Thorsten Johannvorderbrueggen2016-11-1724-0/+2193