X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c0b570156e652509d6d29e7b459e7a03154257ea;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=918f9bd8da35b5dc0f90fe89d0ed6c79fb5e1db2;hpb=338eefb513953ae55e8e3614c009c242ba8ad74e;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index 918f9bd..c0b5701 100644 --- a/source/gnuccompiler.h +++ b/source/gnuccompiler.h @@ -3,11 +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