From f93e17f0b4d8d9af2867a04c3691f68fd3f4e443 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 18 Jul 2012 15:59:10 +0200 Subject: luajit: new package Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/luajit/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/luajit/Config.in (limited to 'package/luajit/Config.in') diff --git a/package/luajit/Config.in b/package/luajit/Config.in new file mode 100644 index 000000000..23b265049 --- /dev/null +++ b/package/luajit/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_LUAJIT + bool "luajit" + # Luajit is only available for some target architectures, and + # has some complexity wrt 32/64. See luajit.mk for details. + depends on BR2_i386 || (BR2_x86_64 && BR2_HOSTARCH='x86_64') || BR2_powerpc || BR2_arm || BR2_armeb + help + LuaJIT implements the full set of language features defined + by Lua 5.1. The virtual machine (VM) is API- and + ABI-compatible to the standard Lua interpreter and can be + deployed as a drop-in replacement. + + http://luajit.org/ -- cgit v1.2.3