X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c0b570156e652509d6d29e7b459e7a03154257ea;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=2ebfc438fb3fb0d432e0bc7ad538a65948927464;hpb=7e5ac6af8987bf12f3e338d00e96e8cb74f3534b;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index 2ebfc43..c0b5701 100644 --- a/source/gnuccompiler.h +++ b/source/gnuccompiler.h @@ -3,12 +3,16 @@ #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; }; #endif