Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc: add build fix for aarch64 toolchain on MacOS X | Kumar Gala | 2020-11-11 | 1 | -0/+34 |
| | | | | | | | | When building aarch64-unknown-linux-gnu on MacOS X, aarch64-builtins.c files doesn't build by default with clang on MacOS X. We need to pass -std=gnu++11 when building the file for things to work with clang. Signed-off-by: Kumar Gala <kumar.gala@linaro.org> | ||||
* | Add support for GCC 10.2.0 | Hans-Christian Noren Egtvedt | 2020-08-27 | 21 | -0/+1392 |
Forward ported patches from GCC 9.x, refreshed to match current sources. Patch 0010-crystax.patch did not apply clean and had minor adjustments to fit new GCC 10.2.0 release. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com> |