]> git.tdb.fi Git - builder.git/blobdiff - source/clangcxxcompiler.h
Initial support for building on Darwin (a.k.a. Mac OS X)
[builder.git] / source / clangcxxcompiler.h
diff --git a/source/clangcxxcompiler.h b/source/clangcxxcompiler.h
new file mode 100644 (file)
index 0000000..95b901c
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef CLANGCXXCOMPILER_H_
+#define CLANGCXXCOMPILER_H_
+
+#include "gnucxxcompiler.h"
+
+class ClangCxxCompiler: public GnuCxxCompiler
+{
+public:
+       ClangCxxCompiler(Builder &, const Architecture &);
+};
+
+#endif