X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=491307ecc7fb9f59ede6acea0903106a48d53c87;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=314bb510e9ceb233d97fb91d3c7536b194f7acfb;hpb=486adc75285b8b5d62a990dd9f9cd4737c8ab7f6;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 314bb51..491307e 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -9,13 +9,13 @@ The GNU C++ compiler, commonly known as g++. class GnuCxxCompiler: public GnuCompiler { public: - GnuCxxCompiler(Builder &, const Architecture &); -private: - void query_version(); + GnuCxxCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path()); -public: virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const; + +protected: + virtual void do_prepare(); }; #endif