]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.cpp
Use the correct target as root for cleaning
[builder.git] / source / gnucxxcompiler.cpp
index 1926a5ed14bcc3e74a17fab214152c3ce87ca2a4..55f7109e7b05470bb03ac690d98a970ce0323bf4 100644 (file)
@@ -11,8 +11,9 @@ using namespace std;
 using namespace Msp;
 
 GnuCxxCompiler::GnuCxxCompiler(Builder &b, const Architecture &a):
-       GnuCompiler(b, a, "CXX", "g++")
+       GnuCompiler(b, a, "CXX")
 {
+       set_command("g++", true);
        input_suffixes.push_back(".cpp");
        input_suffixes.push_back(".cc");
        aux_suffixes.push_back(".hpp");