X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=90380a696b81ab3018746afc82b8c999ef4b16b1;hb=c7efb9da9b070c345473c9d22a50b60c332f2132;hp=e524864564cfee83b64d59acddea2709eb334b6e;hpb=c51884994862b02613c2c0ae75b1f8d39e0f1ee5;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;