]> code.ossystems Code Review - openembedded-core.git/commit
libart-lgpl: add art_config.h for armeb/aarch64be/aarch64be_32
authorKrishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Thu, 26 Mar 2015 15:39:11 +0000 (21:09 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 21:21:44 +0000 (22:21 +0100)
commita4e705930e3236bdb188192c0959d807587500ff
tree6faf0bfb3a6ee8229f1aee4b3da8818a25962418
parent6fd7f40728ebf57dfbc367dedeaf350b8d69784c
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.

Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/libart-lgpl/aarch64be/art_config.h [new file with mode: 0644]
meta/recipes-gnome/gnome/libart-lgpl/aarch64be_32/art_config.h [new file with mode: 0644]
meta/recipes-gnome/gnome/libart-lgpl/armeb/art_config.h [new file with mode: 0644]