summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang-cross_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* clang-cross: Remove dep on libc-for-gccKhem Raj2016-05-061-1/+1
| | | | | | | | We do not need libc to build clang Add dep on clang-cross when building musl with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clang--cross-canadian,clang-cross: Fix missing dependenciesKhem Raj2015-07-231-5/+5
| | | | | | | | | | These deps makes sure that when the individual target is built then it bullds a working tool no need to stage into ${D}${bindir_crossscripts} unnecessarily when staging code is undoing that Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clang-cross: Rename PN to include TARGET_ARCHKhem Raj2015-04-061-0/+2
| | | | | | brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clang-cross: A wrapper to install cross compiler symlinksKhem Raj2015-03-121-0/+28
Clang is smart to find for cross binutils if the triplet is called so lets add ${TARGET_PREFIX} to clang and enjoy the benefits Signed-off-by: Khem Raj <raj.khem@gmail.com>