lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Gavin Wraith wrote:
> Some kind of hand-holding documentation to explain step by step what 
> must be done to compile LuaJIT would be very welcome. 

http://luajit.org/install.html#cross (near the end of the section)

  For a minimal target OS, you may need to disable the built-in
  allocator in src/Makefile and use TARGET_SYS=Other.

That should be all you need to do. Maybe BUILDMODE=static, too.
Having GNU Make on the cross-compile host is mandatory, though.
Mail me, if you encounter missing library calls or such.

--Mike