X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Farchitecture.h;h=4642080c59307ab897fabb76d22c81d26ea70aed;hb=40ab4f61eaf7fc14fc6d1c2ea5eecee21882893a;hp=a31ad9fc6fd1c979bac3c8b5502282e573e7d1e6;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/architecture.h b/source/architecture.h index a31ad9f..4642080 100644 --- a/source/architecture.h +++ b/source/architecture.h @@ -27,10 +27,10 @@ private: std::string cpu; std::string fpu; std::string system; - unsigned bits; + unsigned bits = 0; std::string toolchain; std::string name; - bool native; + bool native = false; std::string cross_prefix; std::map> filename_patterns;