summaryrefslogtreecommitdiff
path: root/clang-detect-arches.patch
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17clang: Detect gcc linkers on some different platformsTristan Van Berkom1-0/+33
clang has this hard coded table of host triples it uses to detect which gcc tooling to use for the linker; this table needs to be updated for the type of host triples used by the yocto compilers. This replaces the previous aarch64 specific patch. https://bugs.freedesktop.org/show_bug.cgi?id=95443