aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove 4.9.3 patch directory.Alexey Neyman2016-11-1720-2030/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Unbreak 4.9.3.Alexey Neyman2016-11-111-1/+1
| | | | | | | The patch provided by the original submitter did not apply cleanly to 4.9.3; had a fuzz 2. We only allow fuzz 1. Fix up the patch. Signed-off-by: Alexey Neyman <stilor@att.net>
* Apply patch for config.gcc to support e6500 to gcc4.9.3Oliver Graff2016-09-281-0/+29
| | | | | | This resolves crosstool-ng/crosstool-ng#405 Signed-off-by: Oliver Graff <oliver.e.graff@gmail.com>
* 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-1217-0/+1948
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>