Re: Cross complilation
Rob Leslie <[email protected]> Thu, 23 Sep 2004 13:58:36 -0700
| Newsgroups | gmane.comp.audio.mad.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 23, 2004, at 12:23 PM, Emil Rojas wrote:
> The MAD code drop does not appear to be set up for cross compilation.
On the contrary, it should be possible to cross-compile by running
./configure like this:
./configure --host=mipsel-linux
As long as the cross-compiler tools mipsel-linux-gcc et al. are in your
$PATH, this will set up the build to use them.
--
Rob Leslie
[email protected]