X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c0b570156e652509d6d29e7b459e7a03154257ea;hb=cea2680b64eb10790f3b88a97bd0a4ed29d8a3b0;hp=c533337f38c85ddafe3f37aa9201e65ad39dc753;hpb=0368a9c1972ff5fd6cd8984901ff0bdbd86afc9f;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index c533337..c0b5701 100644 --- a/source/gnuccompiler.h +++ b/source/gnuccompiler.h @@ -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;