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