Subversion Repositories HelenOS-historic

Compare Revisions

No changes between revisions

Ignore whitespace Rev 375 → Rev 376

/SPARTAN/trunk/build.mips32
0,0 → 1,13
#! /bin/sh
 
if [ -z "$1" ]; then
echo "Usage: $0 [msim|msim4kc|simics|lgxemul|bgxemul|indy]"
exit 1
else
MACHINE=$1
fi
 
# Generate context_offset.h
(cd tools/mips32/;make gencontext;./gencontext)
 
make all ARCH=mips32 MACHINE=$MACHINE
Property changes:
Added: svn:executable
+*
\ No newline at end of property