Subversion Repositories HelenOS

Rev

Rev 43 | Rev 376 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 jermar 1
#! /bin/sh
2
 
328 jermar 3
COMPILER=""
4
 
5
if [ $1 == "cross" ];
6
then
7
	COMPILER="CROSS_COMPILER=yes";
8
fi;
9
 
10
make all ARCH=ia32 $COMPILER