summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-01-07 17:16:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 19:26:29 +0000
commit7d0d6f0944091b610b9273e7e58505035803ffed (patch)
tree79f34bab6ef7cb4e33f1733df346b2bf0f759ea3 /meta/recipes-gnome/gnome
parentb51a877f737bd2791adc8358c6e7a179c2a2c60c (diff)
downloadast2050-yocto-poky-7d0d6f0944091b610b9273e7e58505035803ffed.zip
ast2050-yocto-poky-7d0d6f0944091b610b9273e7e58505035803ffed.tar.gz
libart-lgpl: add AArch64 support
(From OE-Core rev: 928f03017886eb5f4869c559de3d61351fe801a3) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h
new file mode 100644
index 0000000..500ffc3
--- /dev/null
+++ b/meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h
@@ -0,0 +1,10 @@
+/* Automatically generated by gen_art_config.c */
+
+#define ART_SIZEOF_CHAR 1
+#define ART_SIZEOF_SHORT 2
+#define ART_SIZEOF_INT 4
+#define ART_SIZEOF_LONG 8
+
+typedef unsigned char art_u8;
+typedef unsigned short art_u16;
+typedef unsigned int art_u32;
OpenPOWER on IntegriCloud