[Buildroot] [PATCH] ljsyscall: new package

François Perrad francois.perrad at gadz.org
Wed Sep 25 14:09:39 UTC 2013


2013/9/25 Danomi Manchego <danomimanchego123 at gmail.com>:
> François,
>
> On Wed, Sep 25, 2013 at 7:31 AM, François Perrad >> diff --git
> a/package/ljsyscall/Config.in b/package/ljsyscall/Config.in
>>> new file mode 100644
>>> index 0000000..0bed738
>>> --- /dev/null
>>> +++ b/package/ljsyscall/Config.in
>>> @@ -0,0 +1,8 @@
>>> +config BR2_PACKAGE_LJSYSCALL
>>> +       bool "ljsyscall"
>>> +       # ljsyscall is specifically for LuaJIT, not Lua.
>>> +       depends on BR2_PACKAGE_LUAJIT
>>
>> not available on all architecture
>>     depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_powerpc || BR2_mips
>
> True - but those conditions are already in LuaJIT, except even more
> restrictive, so I didn't bother.  But I take the point, will add.
>

You are right, conditions are already in LuaJIT.
Them don't need duplication.

François

> From your other email:  points taken, I'll remove the LuaJIT
> dependency and the add -m0644.
>
>
> Danomi -



More information about the buildroot mailing list