]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.h
Make tools architecture-aware and restore cross-compilation functionality
[builder.git] / source / gnuccompiler.h
index 918f9bd8da35b5dc0f90fe89d0ed6c79fb5e1db2..ffb024435566e39812b3be4c96bd81f051d83e03 100644 (file)
@@ -6,8 +6,10 @@
 class GnuCCompiler: public GnuCompiler
 {
 public:
-       GnuCCompiler(Builder &);
+       GnuCCompiler(Builder &, const Architecture &);
 
+       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
+       virtual Target *create_source(const Msp::FS::Path &) const;
 };
 
 #endif