mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
moarvm: enable optional support for libffi
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
40cbdf6de0
commit
a8981b3785
@ -25,6 +25,11 @@ MOARVM_CONF_OPTS = \
|
|||||||
--has-libtommath \
|
--has-libtommath \
|
||||||
--has-libatomic
|
--has-libatomic
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBFFI),y)
|
||||||
|
MOARVM_CONF_OPTS += --has-libffi
|
||||||
|
MOARVM_DEPENDENCIES += libffi
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_ENDIAN),"BIG")
|
ifeq ($(BR2_ENDIAN),"BIG")
|
||||||
MOARVM_CONF_OPTS += --big-endian
|
MOARVM_CONF_OPTS += --big-endian
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user