aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/7.1.0
Commit message (Collapse)AuthorAgeFilesLines
* Convert gcc to new framework.Alexey Neyman2017-07-0822-1529/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* gcc: xtensa: backport fix for incorrect code generationMax Filippov2017-05-311-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>
* Add patch from GCC #80037Alexey Neyman2017-05-231-0/+13
| | | | | | Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
* Split the patch from CrystaX to separate commitsAlexey Neyman2017-05-1410-0/+1086
| | | | | | | | | ... 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>
* Add GCC 7.1.0Alexey Neyman2017-05-1110-0/+356
Removed patches either picked up upstream, or no longer applicable (boehm-gc no longer part of GCC). Signed-off-by: Alexey Neyman <stilor@att.net>