Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MOARVM_VERSION = 2016.01
|
||||
MOARVM_VERSION = 2016.04
|
||||
MOARVM_SITE = http://moarvm.com/releases
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user