Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to gcc release 10.3.0 | Kumar Gala | 2021-04-08 | 1 | -34/+0 |
| | | | | | | Drop patches already in 10.3.0 that had been backported Signed-off-by: Kumar Gala <kumar.gala@linaro.org> | ||||
* | 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> |