CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/20 00:32:18
Modified files:
gnu/usr.bin/clang: Makefile.inc
Log message:
Compile clang 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. Setting BOOTSTRAP_CLANG
allows bootstrapping clang with egcc.
ok kettenis@
