Subversion Repositories HelenOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 375 → Rev 376

//SPARTAN/trunk/build.ia32
0,0 → 1,10
#! /bin/sh
 
COMPILER=""
 
if [ $1 == "cross" ];
then
COMPILER="CROSS_COMPILER=yes";
fi;
 
make all ARCH=ia32 $COMPILER
Property changes:
Added: svn:executable
+*
\ No newline at end of property