Subversion Repositories HelenOS-historic

Rev

Rev 364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 364 Rev 376
Line 6... Line 6...
6
else
6
else
7
  MACHINE=$1
7
  MACHINE=$1
8
fi
8
fi
9
 
9
 
10
# Generate context_offset.h
10
# Generate context_offset.h
11
(cd ../tools/mips32/;make gencontext;./gencontext)
11
(cd tools/mips32/;make gencontext;./gencontext)
12
rm ../arch/mips32/_link.ld
-
 
13
 
12
 
14
make all ARCH=mips32 MACHINE=$MACHINE
13
make all ARCH=mips32 MACHINE=$MACHINE