]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.h
Force shared linking on Android
[builder.git] / source / gnuccompiler.h
index a95f22d6205fec5d333d5da602207f6a2a3ef132..c0b570156e652509d6d29e7b459e7a03154257ea 100644 (file)
@@ -3,10 +3,13 @@
 
 #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;