summaryrefslogtreecommitdiff
path: root/patches/gcc/6.3.0
AgeCommit message (Collapse)AuthorFilesLines
2017-07-08Convert gcc to new framework.Alexey Neyman35-4181/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-31gcc: xtensa: backport fix for incorrect code generationMax Filippov1-0/+74
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-27patches: Add patch that fixes gcc6 with gcc7Kirill K. Smirnov1-0/+28
Taken from the openembedded patchset. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
2017-05-23Add patch from GCC #80037Alexey Neyman1-0/+13
Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14Split the patch from CrystaX to separate commitsAlexey Neyman9-17570/+1007
... and edit the biggest chunk as in previous 950-bionic-android.patch. Also, drop arm_neon.h - it is a separate package, will be added separately. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14Add sample Android config, gcc 6.3 patcheshyc3-0/+17647
2017-01-18Added patch for gcc compilation error with fortran enabledDirk Vanden Boer1-0/+10
Signed-off-by: Dirk Vanden Boer <dirk.vdb@gmail.com>
2017-01-10Patch GCC to leave -framework alone.Alexey Neyman1-0/+14
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-06Bump GCC to 6.3.0Alastair D'Silva20-0/+2958
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>