Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert gcc to new framework. | Alexey Neyman | 2017-07-08 | 1 | -74/+0 |
| | | | | Signed-off-by: Alexey Neyman <stilor@att.net> | ||||
* | gcc: xtensa: backport fix for incorrect code generation | Max Filippov | 2017-05-31 | 1 | -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> |