X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c0b570156e652509d6d29e7b459e7a03154257ea;hb=6382743d26f8d5bb10a53cb907659bee6614b549;hp=ffb024435566e39812b3be4c96bd81f051d83e03;hpb=25a315f3cb5805614c513ac762ea1bd512ce82cb;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index ffb0244..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 &, const Architecture &); + 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;