]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Don't treat using deprecated declarations as errors
[builder.git] / source / gnucompiler.h
index 0c283e22827ac3f1afa05bdd4f6302bb032bd99d..cd6aa52b6c8b73ca96b459c2d549554972d54137 100644 (file)
@@ -12,11 +12,10 @@ appropriate type.
 */
 class GnuCompiler: public Tool
 {
-private:
-       std::string command;
-
 protected:
-       GnuCompiler(Builder &, const Architecture &, const std::string &, const std::string &);
+       std::string version;
+
+       GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
 
 public:
        virtual Target *create_target(const std::list<Target *> &, const std::string &);