moarvm: use libtommath
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
40dab2d18e
commit
b4a6e61876
@ -7,6 +7,7 @@ config BR2_PACKAGE_MOARVM
|
||||
# needs AO_fetch_compare_and_swap, not implemented for sparcv9
|
||||
depends on !BR2_sparc64
|
||||
select BR2_PACKAGE_LIBUV
|
||||
select BR2_PACKAGE_LIBTOMMATH
|
||||
select BR2_PACKAGE_LIBATOMIC_OPS
|
||||
help
|
||||
Short for "Metamodel On A Runtime", MoarVM is a virtual machine
|
||||
|
@ -10,7 +10,7 @@ MOARVM_SOURCE = MoarVM-$(MOARVM_VERSION).tar.gz
|
||||
MOARVM_LICENSE = Artistic-2.0
|
||||
MOARVM_LICENSE_FILES = Artistic2.txt
|
||||
MOARVM_INSTALL_STAGING = YES
|
||||
MOARVM_DEPENDENCIES = host-luajit libuv libatomic_ops
|
||||
MOARVM_DEPENDENCIES = host-luajit libuv libtommath libatomic_ops
|
||||
|
||||
MOARVM_CONF_OPTS = \
|
||||
--build=$(GNU_HOST_NAME) \
|
||||
@ -21,6 +21,7 @@ MOARVM_CONF_OPTS = \
|
||||
--prefix="/usr" \
|
||||
--lua=$(HOST_DIR)/usr/bin/luajit \
|
||||
--has-libuv \
|
||||
--has-libtommath \
|
||||
--has-libatomic
|
||||
|
||||
ifeq ($(BR2_ENDIAN),"BIG")
|
||||
|
Loading…
Reference in New Issue
Block a user