summaryrefslogtreecommitdiff
path: root/lib/libcxxabi
AgeCommit message (Expand)Author
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-06Compile C code with -funwind-tables. Fixes exception handling on architecturesMark Kettenis
2017-02-25Provide libc++abi as shared library as well. Discussed and requestedPatrick Wildt
2017-02-16clang is installed as cc and c++ there is no need to set CC and CXX toJonathan Gray
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2016-12-19Compile libc++ and libc++abi with clang by default instead of egcc.Patrick Wildt
2016-09-19We don't need cross-unwinding support,Mark Kettenis
2016-09-19Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withMark Kettenis
2016-09-04Add makefiles to compile libc++, libc++abi and libunwind.Patrick Wildt
2016-09-03Import libc++abi 3.9.0Patrick Wildt