From patchwork Thu Feb 7 23:59:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03/11] libart-lgpl: add art_config for mips64/mips64el Date: Thu, 07 Feb 2013 23:59:24 -0000 From: Mark Hatle X-Patchwork-Id: 44291 Message-Id: <947a892228df5d5c4528c129828861da5d656892.1360270256.git.mark.hatle@windriver.com> To: From: Jesse Zhang [ CQID: WIND00389505 ] Generated by gen_art_config.sh Signed-off-by: Jesse Zhang Signed-off-by: Robert Yang Signed-off-by: Mark Hatle --- meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h | 10 ++++++++++ meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h create mode 100644 meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h 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 0000000..d10cd95 --- /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 0000000..d10cd95 --- /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;