aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.8.5
Commit message (Collapse)AuthorAgeFilesLines
* Convert gcc to new framework.Alexey Neyman2017-07-0827-2594/+0
| | | | 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>
* Add host configuration for cygwin64Alexey Neyman2017-02-111-0/+11
| | | | | | ... backported from newer GCC releases. 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>
* Backport the fix to 4.8.5.Alexey Neyman2016-12-051-0/+138
| | | | | | 4.9.4 doesn't need this, fixed upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: backport fixes that preserve FLAGS_FOR_TARGETMax Filippov2016-03-152-0/+53
| | | | | | | | | | CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET are rewritten in gcc-4.8.x and gcc-4.9.x, so libstdc++ does not get any flags passed to gcc configure. Backport fixes for config/mt-gnu and config/mt-ospace that preserve these flags. With these fixes libstdc++ gets built with flags specified in CT_TARGET_CFLAGS. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* gcc: Sync patches with buildrootBryan Hundven2015-11-1219-0/+2188
This commit sync gcc patches with buildroot. I found this useful for fixing a few uClibc related issues. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>