X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=ffb024435566e39812b3be4c96bd81f051d83e03;hb=e89616b514c77e189b93d5a46aa5a5a72e34c3cb;hp=918f9bd8da35b5dc0f90fe89d0ed6c79fb5e1db2;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index 918f9bd..ffb0244 100644 --- a/source/gnuccompiler.h +++ b/source/gnuccompiler.h @@ -6,8 +6,10 @@ class GnuCCompiler: public GnuCompiler { public: - GnuCCompiler(Builder &); + GnuCCompiler(Builder &, const Architecture &); + virtual Target *create_source(const Component &, const Msp::FS::Path &) const; + virtual Target *create_source(const Msp::FS::Path &) const; }; #endif