]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.h
Move the bpk files into a subdirectory and install them
[builder.git] / source / gnuccompiler.h
index 918f9bd8da35b5dc0f90fe89d0ed6c79fb5e1db2..c0b570156e652509d6d29e7b459e7a03154257ea 100644 (file)
@@ -3,11 +3,16 @@
 
 #include "gnucompiler.h"
 
+/**
+The GNU C compiler, commonly known as gcc.
+*/
 class GnuCCompiler: public GnuCompiler
 {
 public:
-       GnuCCompiler(Builder &);
+       GnuCCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
 
+       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
+       virtual Target *create_source(const Msp::FS::Path &) const;
 };
 
 #endif