view build-mipsel.sh @ 1415:f34d2fcbcd0d

Revert changeset #88c8c874f4b8. #88c8c874f4b8 try to fix crashing, but it blame to wrong code. If you look into runtime stack of xnjsmb_coord_remove(), you will find self argument is already wrong. It is in an invalid address.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 06 Apr 2011 15:13:09 +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