X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuccompiler.h;h=c533337f38c85ddafe3f37aa9201e65ad39dc753;hb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;hp=2ebfc438fb3fb0d432e0bc7ad538a65948927464;hpb=7e5ac6af8987bf12f3e338d00e96e8cb74f3534b;p=builder.git diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h index 2ebfc43..c533337 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 &); virtual Target *create_source(const Component &, const Msp::FS::Path &) const; + virtual Target *create_source(const Msp::FS::Path &) const; }; #endif