]> 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 d09cb9ad46b398103826ea8268751622b89189b4..9d025edbf791bf326440e49f7e12837973caf016 100644 (file)
@@ -6,7 +6,7 @@
 class GnuCompiler: public Tool
 {
 protected:
-       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;