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