From: Jesse Zhang Date: Mon, 17 Dec 2012 08:00:37 +0000 (+0800) Subject: libart-lgpl: add art_config for mips64/mips64el X-Git-Tag: yocto-4.0~34002 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e900b4a37a12f15a2e734d86984fc613540890f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libart-lgpl: add art_config for mips64/mips64el [ CQID: WIND00389505 ] Generated by gen_art_config.sh Signed-off-by: Jesse Zhang Signed-off-by: Robert Yang Signed-off-by: Mark Hatle Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h new file mode 100644 index 00000000000..d10cd957d50 --- /dev/null +++ b/meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h @@ -0,0 +1,10 @@ +/* Automatically generated by gen_art_config */ + +#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; diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h new file mode 100644 index 00000000000..d10cd957d50 --- /dev/null +++ b/meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h @@ -0,0 +1,10 @@ +/* Automatically generated by gen_art_config */ + +#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;