comparison 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
comparison
equal deleted inserted replaced
623:ae787bcb475a 633:6f71f1b8e4e7
1 #!/bin/sh
2
3 autoreconf -ifs
4 ./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --disable-X_supp
5 make && make install