mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b51a877f73
commit
7d0d6f0944
10
meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h
Normal file
10
meta/recipes-gnome/gnome/libart-lgpl/aarch64/art_config.h
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user