1 #ifndef GNUCCOMPILER_H_
2 #define GNUCCOMPILER_H_
4 #include "gnucompiler.h"
7 The GNU C compiler, commonly known as gcc.
9 class GnuCCompiler: public GnuCompiler
12 GnuCCompiler(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;