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.