summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2011-01-04 09:28:43 +0100
committerKlaus Kämpf <kkaempf@suse.de>2011-01-04 09:28:49 +0100
commite87d3cdff8983d28c88f745d1b6a0676a9e6a3fd (patch)
tree1b32c019bed7ef192907f8659425b4dc48bfd3b7
parent949af296980fa8f02b7f125ee27d2b64f482d1a9 (diff)
downloadlibzypp-bindings-e87d3cdff8983d28c88f745d1b6a0676a9e6a3fd.tar.gz
libzypp-bindings-e87d3cdff8983d28c88f745d1b6a0676a9e6a3fd.tar.bz2
libzypp-bindings-e87d3cdff8983d28c88f745d1b6a0676a9e6a3fd.zip
Add ARM architecture constants
-rw-r--r--swig/Arch.i32
1 files changed, 32 insertions, 0 deletions
diff --git a/swig/Arch.i b/swig/Arch.i
index f0746e9..539b257 100644
--- a/swig/Arch.i
+++ b/swig/Arch.i
@@ -84,6 +84,38 @@ class Arch {
* builtin: s390s (zSeries 64 bit)
*/
static Arch s390x() { return zypp::Arch_s390x; }
+ /*
+ * builtin: armv7l
+ */
+ static Arch armv7l() { return zypp::Arch_armv7l; }
+ /*
+ * builtin: armv6l
+ */
+ static Arch armv6l() { return zypp::Arch_armv6l; }
+ /*
+ * builtin: armv5tejl
+ */
+ static Arch armv5tejl() { return zypp::Arch_armv5tejl; }
+ /*
+ * builtin: armv5tel
+ */
+ static Arch armv5tel() { return zypp::Arch_armv5tel; }
+ /*
+ * builtin: armv5l
+ */
+ static Arch armv5l() { return zypp::Arch_armv5l; }
+ /*
+ * builtin: armv4tl
+ */
+ static Arch armv4tl() { return zypp::Arch_armv4tl; }
+ /*
+ * builtin: armv4l
+ */
+ static Arch armv4l() { return zypp::Arch_armv4l; }
+ /*
+ * builtin: armv3l
+ */
+ static Arch armv3l() { return zypp::Arch_armv3l; }
#if 0 /* defined(SWIGRUBY) */
%typemap(out) int is_builtin