]> git.tdb.fi Git - builder.git/blobdiff - source/clangccompiler.cpp
Initial support for building on Darwin (a.k.a. Mac OS X)
[builder.git] / source / clangccompiler.cpp
diff --git a/source/clangccompiler.cpp b/source/clangccompiler.cpp
new file mode 100644 (file)
index 0000000..c92e3d7
--- /dev/null
@@ -0,0 +1,7 @@
+#include "clangccompiler.h"
+
+ClangCCompiler::ClangCCompiler(Builder &b, const Architecture &a):
+       GnuCCompiler(b, a)
+{
+       set_command("clang", true);
+}