Subversion Repositories HelenOS-historic

Rev

Rev 306 | 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
4
  echo "Usage: $0 [msim|simics|lgxemul|bgxemul|indy]"
5
  exit 1
6
else
7
  MACHINE=$1
8
fi
9
 
306 palkovsky 10
# Generate context_offset.h
11
(cd ../tools/mips/;make gencontext;./gencontext)
326 palkovsky 12
rm ../arch/mips/_link.ld
306 palkovsky 13
 
326 palkovsky 14
make all ARCH=mips MACHINE=$MACHINE