lua-users home
lua-l archive

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


On Thu, 04 Mar 2010 14:35:45 -0800
Rory Toma <rory@ooma.com> wrote:

> I notice that every package that I cross compile, I have to, at a 
> minimum, rewrite the configure scripts and often the Makefiles. What
> is the standard lua way of building for cross-compile?

/path/to/your/cross-compiler -Isrc etc/all.c -o lua

Is one approach.

B.