]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.h
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / gnuccompiler.h
index c533337f38c85ddafe3f37aa9201e65ad39dc753..c0b570156e652509d6d29e7b459e7a03154257ea 100644 (file)
@@ -9,7 +9,7 @@ The GNU C compiler, commonly known as gcc.
 class GnuCCompiler: public GnuCompiler
 {
 public:
-       GnuCCompiler(Builder &, const Architecture &);
+       GnuCCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
 
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;