summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libcxxabi
Commit message (Collapse)AuthorAgeFilesLines
* libcxxabi: Remove workaround to order limit.h and stdlib.hKhem Raj2016-04-041-34/+0
| | | | | | | | | | | Real isue is use of -ffreestanding, we need to remove that we are targetting linux so its hosted Correct dual lincese logic Fix formatting to match recommended OE style Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcxxabi: Fix build with glibcKhem Raj2016-04-031-0/+34
| | | | | | | avoid conflicting definitions of MB_LEN_MAX from limit.h from clang and stdlib.h from glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcxxabi: Fix build on armKhem Raj2016-03-241-0/+30
Signed-off-by: Khem Raj <raj.khem@gmail.com>