]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Make tools architecture-aware and restore cross-compilation functionality
[builder.git] / source / gnucompiler.h
index 9cdf670c52db568914a4931fa11155b6d084afa1..9d025edbf791bf326440e49f7e12837973caf016 100644 (file)
@@ -6,12 +6,9 @@
 class GnuCompiler: public Tool
 {
 protected:
-       std::string name;
-
-       GnuCompiler(Builder &, const std::string &, const std::string &);
+       GnuCompiler(Builder &, const Architecture &, const std::string &, const std::string &);
 
 public:
-       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_target(const std::list<Target *> &, const std::string &) const;
        virtual Task *run(const Target &) const;
 };