mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
libart-lgpl: add art_config for mips64/mips64el
[ CQID: WIND00389505 ] Generated by gen_art_config.sh (From OE-Core rev: e900b4a37a12f15a2e734d86984fc613540890f7) Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3fd9c5636a
commit
b320c22ee6
10
meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h
Normal file
10
meta/recipes-gnome/gnome/libart-lgpl/mips64/art_config.h
Normal file
@@ -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;
|
||||
10
meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
Normal file
10
meta/recipes-gnome/gnome/libart-lgpl/mips64el/art_config.h
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user