1 #ifndef GNUCXXCOMPILER_H_
2 #define GNUCXXCOMPILER_H_
4 #include "gnucompiler.h"
7 The GNU C++ compiler, commonly known as g++.
9 class GnuCxxCompiler: public GnuCompiler
12 GnuCxxCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
14 virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
15 virtual Target *create_source(const Msp::FS::Path &) const;
18 virtual void do_prepare();