Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-20 | Depend compilation on the compiler version, so that we can always | Patrick Wildt | |
enter the directory to create an objdir. ok deraadt@ | |||
2016-12-19 | Compile libc++ and libc++abi with clang by default instead of egcc. | Patrick Wildt | |
This allows our build system to selfhost itself after the initial clang bootstrap without relying on an external compiler. with input from and ok kettenis@ | |||
2016-09-19 | We don't need cross-unwinding support, | Mark Kettenis | |
ok patrick@, tom@ | |||
2016-09-19 | Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding with | Mark Kettenis | |
clang++. ok pascal@, patrick@ | |||
2016-09-04 | Add makefiles to compile libc++, libc++abi and libunwind. | Patrick Wildt | |
Tweaks from pascal@ ok guenther@ kettenis@ | |||
2016-09-03 | Import libc++abi 3.9.0 | Patrick Wildt | |