X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=a764e89bdcc05923d0c5f4d31bedf15142f911f2;hb=b58e16b078df97d8aabf64a8e4d0d8ce37ad3877;hp=53d2d2ac94df4b2775ab86172340cc13458edd17;hpb=e09cea0ffcef4ab5ea35c47c5b34237c44d0741f;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 53d2d2a..a764e89 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -3,10 +3,13 @@ #include "gnucompiler.h" +/** +The GNU C++ compiler, commonly known as g++. +*/ class GnuCxxCompiler: public GnuCompiler { public: - GnuCxxCompiler(Builder &); + GnuCxxCompiler(Builder &, const Architecture &); virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const;