]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.h
Only use the -m flag on native arch
[builder.git] / source / gnucxxcompiler.h
index 5cdc34bd8a214d575cd8b5ed520354fcb237dbbc..04c1fb22b5b2d5c38d5a056edf289b028d7fda1f 100644 (file)
@@ -10,14 +10,11 @@ class GnuCxxCompiler: public GnuCompiler
 {
 public:
        GnuCxxCompiler(Builder &, const Architecture &);
-private:
-       void query_version();
 
-public:
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;
 
-private:
+protected:
        virtual void do_prepare();
 };