]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.h
Flexible way to specify install locations for components
[builder.git] / source / gnucxxcompiler.h
index 760994f78ab5cedfd60598c3d8965e2c85ab0d61..45b152f3e76544acca2ba1a703494b11cf404579 100644 (file)
@@ -6,9 +6,10 @@
 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;
 };
 
 #endif