]> 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>
Sun, 29 Mar 2015 22:07:19 +0000 (23:07 +0100)
commitb4c927392cbf97556a654baa83ceb4bb27faba98
treef93c0440389fc486726798cfa4779525048ddd8d
parent3e310b8cd603539a2de115b2b73e1db35403b426
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]