[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: cross compiling in general
- From: Rob Kendrick <rjek@...>
- Date: Thu, 4 Mar 2010 23:39:44 +0000
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.