X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=45b152f3e76544acca2ba1a703494b11cf404579;hb=e89616b514c77e189b93d5a46aa5a5a72e34c3cb;hp=bebb7b7616e4cf9e4657cc5601d44838c9357856;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index bebb7b7..45b152f 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -6,7 +6,10 @@ class GnuCxxCompiler: public GnuCompiler { public: - GnuCxxCompiler(Builder &); + GnuCxxCompiler(Builder &, const Architecture &); + + virtual Target *create_source(const Component &, const Msp::FS::Path &) const; + virtual Target *create_source(const Msp::FS::Path &) const; }; #endif