Subversion Repositories HelenOS-historic

Rev

Rev 376 | Blame | Last modification | View Log | Download | RSS feed

#! /bin/sh

COMPILER=""

if [ $1 == "native" ];
then
    COMPILER="NATIVE_COMPILER=yes";
fi;

make all ARCH=ia32 $COMPILER