source: mainline/src/clean.mips@ ffc277e

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

Cleanup of makefiles to have common options in one main makefile.

Add simple build process for different simulators for MIPS.
Added FPU context & lazy FPU context switching to MIPS.
Cleanup of MIPS linker script.
Moved MIPS kernel above 1MB. Not tested on real machine yet, but it might help.

There is something broken with gcc inlined memcpy (either simulator or gcc), it is disabled on BigEndian mips now.

  • Property mode set to 100755
File size: 133 bytes
Line 
1#! /bin/sh
2
3make dist-clean ARCH=mips
4
5rm ../tools/mips/gencontext
6rm ../arch/mips/include/context_offset.h
7rm ../arch/mips/_link.ld
Note: See TracBrowser for help on using the repository browser.