mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
libart-lgpl: add art_config.h for armeb/aarch64be/aarch64be_32
The preprocessor macro values present in art_config.h
differ for individual architectures, basically libart-lgpl recipe will
pick up correct art_config.h file based on
ART_CONFIG = "${HOST_ARCH}/art_config.h"
and thereby having correct preprocessor macros definition
of each architectures.
(From OE-Core rev: a4e705930e3236bdb188192c0959d807587500ff)
Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ef73b474fb
commit
a3360f2cc6
10
meta/recipes-gnome/gnome/libart-lgpl/aarch64be/art_config.h
Normal file
10
meta/recipes-gnome/gnome/libart-lgpl/aarch64be/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;
|
||||
|
|
@ -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 4
|
||||
|
||||
typedef unsigned char art_u8;
|
||||
typedef unsigned short art_u16;
|
||||
typedef unsigned int art_u32;
|
||||
10
meta/recipes-gnome/gnome/libart-lgpl/armeb/art_config.h
Normal file
10
meta/recipes-gnome/gnome/libart-lgpl/armeb/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 4
|
||||
|
||||
typedef unsigned char art_u8;
|
||||
typedef unsigned short art_u16;
|
||||
typedef unsigned int art_u32;
|
||||
Loading…
Reference in New Issue
Block a user