source: mainline/src/build.mips@ e84439a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since e84439a was e84439a, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago

Fixed mips boot process.
On interrupt saving registers, save $lo, $hi.
Add interrupt naming to asm files (mips).
Save only necessary registers on context switch (see mips ABI).
Fixed copyright info.

  • Property mode set to 100755
File size: 117 bytes
Line 
1#! /bin/sh
2
3set -e
4# Generate context_offset.h
5(cd ../tools/mips/;make gencontext;./gencontext)
6
7
8make all ARCH=mips
Note: See TracBrowser for help on using the repository browser.