X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.h;h=cd6aa52b6c8b73ca96b459c2d549554972d54137;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=9f0304d82daa0408c4ae3817b36d7b828a5d4ee7;hpb=7777d548fddca66b21f26273faedfdf675b10234;p=builder.git diff --git a/source/gnucompiler.h b/source/gnucompiler.h index 9f0304d..cd6aa52 100644 --- a/source/gnucompiler.h +++ b/source/gnucompiler.h @@ -15,7 +15,7 @@ class GnuCompiler: public Tool protected: std::string version; - GnuCompiler(Builder &, const Architecture &, const std::string &); + GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path()); public: virtual Target *create_target(const std::list &, const std::string &);