source:
mainline/build.mips32@
c9554dcb
Last change on this file since c9554dcb was c9ed176, checked in by , 20 years ago | |
---|---|
|
|
File size: 241 bytes |
Rev | Line | |
---|---|---|
[0985add] | 1 | #! /bin/sh |
2 | ||
[ffc277e] | 3 | if [ -z "$1" ]; then |
[4fade3e] | 4 | echo "Usage: $0 [msim|msim4kc|simics|lgxemul|bgxemul|indy]" |
[ffc277e] | 5 | exit 1 |
6 | else | |
7 | MACHINE=$1 | |
8 | fi | |
9 | ||
[e84439a] | 10 | # Generate context_offset.h |
[c9ed176] | 11 | (cd tools/mips32/;make gencontext;./gencontext) |
[e84439a] | 12 | |
[60780c5] | 13 | make all ARCH=mips32 MACHINE=$MACHINE |
Note:
See TracBrowser
for help on using the repository browser.