[Buildroot] [PATCH] ljsyscall: new package

Danomi Manchego danomimanchego123 at gmail.com
Wed Sep 25 13:09:04 UTC 2013


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.

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


Danomi -



More information about the buildroot mailing list