]> 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 127f32e9bf81b44dfa27aaa2e789d33f7df13b6b..9d025edbf791bf326440e49f7e12837973caf016 100644 (file)
@@ -6,9 +6,7 @@
 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_target(const std::list<Target *> &, const std::string &) const;