#! /bin/sh COMPILER="" if [ $1 == "cross" ]; then COMPILER="CROSS_COMPILER=yes"; fi; make all ARCH=ia32 $COMPILER