]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.cpp
Add gcc's private library directory to ClangLinker's system path
[builder.git] / source / clangcompiler.cpp
index 7ad47ed45986b55f2ba7f81fa76eae7c75a7b91b..bcd73d1b151e1c23829067e977502ba85f919623 100644 (file)
@@ -3,8 +3,8 @@
 using namespace std;
 using namespace Msp;
 
-ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t, const FS::Path &r):
-       GnuCompiler(b, a, t, r)
+ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t):
+       CustomizedTool(b, t, a)
 {
        set_command((tag=="CXX" ? "clang++" : "clang"), true);
 }