X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=314bb510e9ceb233d97fb91d3c7536b194f7acfb;hb=c51e8844f19c31b2809ba459a1659d3b94a86f89;hp=45b152f3e76544acca2ba1a703494b11cf404579;hpb=25a315f3cb5805614c513ac762ea1bd512ce82cb;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 45b152f..314bb51 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -3,11 +3,17 @@ #include "gnucompiler.h" +/** +The GNU C++ compiler, commonly known as g++. +*/ class GnuCxxCompiler: public GnuCompiler { public: GnuCxxCompiler(Builder &, const Architecture &); +private: + void query_version(); +public: virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const; };