view build-mipsel.sh @ 633:6f71f1b8e4e7

Let compilation on SMP8655 succeeded.
author Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
date Sat, 24 Jul 2010 16:13:06 +0800
parents
children 21f944e79b19
line wrap: on
line source

#!/bin/sh

autoreconf -ifs
./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --disable-X_supp
make && make install