summaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.4
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Convert gcc to new framework.Alexey Neyman32-2599/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-06Fix the newly added msp430 sample with other GCC versionsAlexey Neyman1-0/+27
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-31gcc: xtensa: backport fix for incorrect code generationMax Filippov1-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>
2017-05-23Add patch from GCC #80037Alexey Neyman1-0/+13
Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-02-12Backport -fPIC patch for CygwinAlexey Neyman1-0/+104
Original patch by: Ray Donnelly <mingw.android@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-10Patch GCC to leave -framework alone.Alexey Neyman1-0/+14
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-18Add missing 4.9.3 patches.Alexey Neyman3-0/+175
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-11-18add support for gcc 4.9.4Thorsten Johannvorderbrueggen24-0/+2193