Subversion Repositories HelenOS-historic

Rev

Rev 364 | 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
 
326 palkovsky 3
if [ -z "$1" ]; then
364 palkovsky 4
  echo "Usage: $0 [msim|msim4kc|simics|lgxemul|bgxemul|indy]"
326 palkovsky 5
  exit 1
6
else
7
  MACHINE=$1
8
fi
9
 
306 palkovsky 10
# Generate context_offset.h
376 jermar 11
(cd tools/mips32/;make gencontext;./gencontext)
306 palkovsky 12
 
341 jermar 13
make all ARCH=mips32 MACHINE=$MACHINE