]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Also store library path in static libraries
[builder.git] / source / gnucompiler.h
index 0eb25d08c155ee836a575ca2d3d915a370c80efe..307aa5ee4115921357ba033b4ceb6437f3c0202a 100644 (file)
@@ -12,11 +12,8 @@ appropriate type.
 */
 class GnuCompiler: public Tool
 {
-protected:
-       std::string version;
-
 public:
-       GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
+       GnuCompiler(Builder &, const Architecture &, const std::string &);
 
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;