]> git.tdb.fi Git - builder.git/blob - source/clangccompiler.cpp
Initial support for building on Darwin (a.k.a. Mac OS X)
[builder.git] / source / clangccompiler.cpp
1 #include "clangccompiler.h"
2
3 ClangCCompiler::ClangCCompiler(Builder &b, const Architecture &a):
4         GnuCCompiler(b, a)
5 {
6         set_command("clang", true);
7 }