source:
mainline/src/build.mips32@
1b50135
Last change on this file since 1b50135 was 60780c5, checked in by , 20 years ago | |
---|---|
|
|
File size: 263 bytes |
Rev | Line | |
---|---|---|
[0985add] | 1 | #! /bin/sh |
2 | ||
[ffc277e] | 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 | ||
[e84439a] | 10 | # Generate context_offset.h |
[60780c5] | 11 | (cd ../tools/mips32/;make gencontext;./gencontext) |
12 | rm ../arch/mips32/_link.ld | |
[e84439a] | 13 | |
[60780c5] | 14 | make all ARCH=mips32 MACHINE=$MACHINE |
Note:
See TracBrowser
for help on using the repository browser.