CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/19 16:50:41
Modified files:
lib/libcxxabi : Makefile
lib/libcxx : Makefile
Log message:
Compile libc++ and libc++abi with clang by default instead of egcc.
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@
