view build-mipsel.sh @ 688:cadebc13be2f

Mark stext changed when its style being changed
author Thinker K.F. Li <thinker@branda.to>
date Sat, 07 Aug 2010 22:28:17 +0800
parents 21f944e79b19
children
line wrap: on
line source

#!/bin/sh

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