Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcxxabi: Remove workaround to order limit.h and stdlib.h | Khem Raj | 2016-04-04 | 1 | -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 glibc | Khem Raj | 2016-04-03 | 1 | -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 arm | Khem Raj | 2016-03-24 | 1 | -0/+30 |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |