> How does this difference matter for our configure? When you cross compile, the check for big endian is done with: if test "$arch" = "powerpc" -o "$arch" = "mips" ; then bigendian="yes" fi which is wrong for mipsel. // Erik