X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgnucxxcompiler.h;h=45b152f3e76544acca2ba1a703494b11cf404579;hb=e0c863681c8a5fad5918bb7730ecbc65fbdfbc64;hp=53d2d2ac94df4b2775ab86172340cc13458edd17;hpb=e09cea0ffcef4ab5ea35c47c5b34237c44d0741f;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 53d2d2a..45b152f 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -6,7 +6,7 @@ class GnuCxxCompiler: public GnuCompiler { public: - GnuCxxCompiler(Builder &); + GnuCxxCompiler(Builder &, const Architecture &); virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const;