]> git.tdb.fi Git - builder.git/blobdiff - source/architecture.h
Rudimentary support for compiling things for Android
[builder.git] / source / architecture.h
index 4db809f19f3cbf0ef33e6706b8cc1bedae5f0619..cec397f8a29e1968a598d83abc949088a64d51ed 100644 (file)
@@ -38,6 +38,7 @@ private:
 public:
        Architecture(Builder &b, const std::string &spec);
 
+       const std::string &get_type() const { return type; }
        const std::string &get_name() const { return name; }
        const std::string &get_system() const { return system; }
        unsigned get_bits() const { return bits; }