All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit
@ 2017-11-03 15:51 Peter Korsgaard
  2017-11-03 20:57 ` Thomas Petazzoni
  2017-11-26 19:27 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-11-03 15:51 UTC (permalink / raw)
  To: buildroot

host-luajit has limited architecture support, and moarvm does not need
anything luajit specific - So use host-lua instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/moarvm/moarvm.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/moarvm/moarvm.mk b/package/moarvm/moarvm.mk
index 276fb2c463..705c93934d 100644
--- a/package/moarvm/moarvm.mk
+++ b/package/moarvm/moarvm.mk
@@ -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 host-pkgconf libuv libtommath libatomic_ops
+MOARVM_DEPENDENCIES = host-lua host-pkgconf libuv libtommath libatomic_ops
 
 MOARVM_CONF_OPTS = \
 	--build=$(GNU_HOST_NAME) \
@@ -20,7 +20,7 @@ MOARVM_CONF_OPTS = \
 	--ld="$(TARGET_CC)" \
 	--prefix="/usr" \
 	--pkgconfig=$(PKG_CONFIG_HOST_BINARY) \
-	--lua=$(HOST_DIR)/bin/luajit \
+	--lua=$(HOST_DIR)/bin/lua \
 	--has-libuv \
 	--has-libtommath \
 	--has-libatomic
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit
  2017-11-03 15:51 [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit Peter Korsgaard
@ 2017-11-03 20:57 ` Thomas Petazzoni
  2017-11-26 19:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-11-03 20:57 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  3 Nov 2017 16:51:40 +0100, Peter Korsgaard wrote:
> host-luajit has limited architecture support, and moarvm does not need
> anything luajit specific - So use host-lua instead.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/moarvm/moarvm.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit
  2017-11-03 15:51 [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit Peter Korsgaard
  2017-11-03 20:57 ` Thomas Petazzoni
@ 2017-11-26 19:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-11-26 19:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > host-luajit has limited architecture support, and moarvm does not need
 > anything luajit specific - So use host-lua instead.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-26 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03 15:51 [Buildroot] [PATCH] moarvm: use host-lua instead of host-luajit Peter Korsgaard
2017-11-03 20:57 ` Thomas Petazzoni
2017-11-26 19:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.