diff options
author | Francois Perrad <fperrad@gmail.com> | 2012-07-18 15:59:10 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-18 19:33:34 +0200 |
commit | f93e17f0b4d8d9af2867a04c3691f68fd3f4e443 (patch) | |
tree | c57973f5a221a80da06f314e430f25687c5bcf4d /package/luajit/Config.in | |
parent | 1d4104f0d0428297a8b447a0e08c81a9eaee7f62 (diff) |
luajit: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/luajit/Config.in')
-rw-r--r-- | package/luajit/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
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/ |