X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c0b570156e652509d6d29e7b459e7a03154257ea;hb=c75c89d2425ab0c69e94d45a5d956286838bbc67;hp=a95f22d6205fec5d333d5da602207f6a2a3ef132;hpb=e09cea0ffcef4ab5ea35c47c5b34237c44d0741f;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index a95f22d..c0b5701 100644 --- a/source/gnuccompiler.h +++ b/source/gnuccompiler.h @@ -3,10 +3,13 @@ #include "gnucompiler.h" +/** +The GNU C compiler, commonly known as gcc. +*/ class GnuCCompiler: public GnuCompiler { public: - GnuCCompiler(Builder &); + 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;