Subversion Repositories HelenOS-historic

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 423

/SPARTAN/trunk/build.ia32
0,0 → 1,21
#! /bin/sh
 
COMPILER=""
 
while [ "$#" -gt 0 ]; do
case "$1" in
native)
COMPILER="$COMPILER NATIVE_COMPILER=yes"
;;
strong)
COMPILER="$COMPILER STRONG_ORDERING=yes"
;;
*)
echo "Supported arguments: native strong"
exit 1
;;
esac
shift
done
 
make all ARCH=ia32 $COMPILER
Property changes:
Added: svn:executable
+*
\ No newline at end of property