X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farchitecture.h;h=4642080c59307ab897fabb76d22c81d26ea70aed;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=a31ad9fc6fd1c979bac3c8b5502282e573e7d1e6;hpb=6b84e1f5673888753cbe566c1365222ed33fd3ac;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;