summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc-8.2.inc
AgeCommit message (Collapse)AuthorFiles
2018-09-22gcc: Fix specs generation for ARCAlexey Brodkin1
GCC's built-in spec for LD is missing a space after "--eh-frame-hdr" thus with the next option merged together they are not understood by LD and so LD fails. Back-port from upstream GCC, see: https://github.com/gcc-mirror/gcc/commit/892142379c6b99fe8c3ebdfe0b79e2a435228c1d Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-09-05gcc: Merge two related patches togetherRichard Purdie1
These patches may as well be merged together as they affect the same code and things are clearer this way. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-30gcc-8: Upgrade to 8.2 releaseKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>