X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=90380a696b81ab3018746afc82b8c999ef4b16b1;hb=88a344b29ab173cd6ecacd0b038ea96dcb7484fc;hp=e524864564cfee83b64d59acddea2709eb334b6e;hpb=0368a9c1972ff5fd6cd8984901ff0bdbd86afc9f;p=builder.git diff --git a/source/builder.h b/source/builder.h index e524864..90380a6 100644 --- a/source/builder.h +++ b/source/builder.h @@ -38,8 +38,8 @@ private: public: Loader(Builder &, const Msp::FS::Path &); private: + void architecture(const std::string &); void binpkg(const std::string &); - void cross_prefix(const std::string &, const std::string &); void profile(const std::string &); void package(const std::string &); }; @@ -73,7 +73,6 @@ private: Architecture native_arch; Architecture *current_arch; - StringMap cross_prefixes; ProfileTemplateMap profile_tmpl; Toolchain toolchain; VirtualFileSystem vfs;