lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 0a50f59 was 60780c5, checked in by Jakub Jermar <jakub@…>, 20 years ago |
|
Rename mips port to mips32.
|
-
Property mode
set to
100755
|
|
File size:
263 bytes
|
| Line | |
|---|
| 1 | #! /bin/sh
|
|---|
| 2 |
|
|---|
| 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 |
|
|---|
| 10 | # Generate context_offset.h
|
|---|
| 11 | (cd ../tools/mips32/;make gencontext;./gencontext)
|
|---|
| 12 | rm ../arch/mips32/_link.ld
|
|---|
| 13 |
|
|---|
| 14 | make all ARCH=mips32 MACHINE=$MACHINE
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.