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 |
|
---|
3 | make dist-clean ARCH=mips
|
---|
4 |
|
---|
5 | rm ../tools/mips/gencontext
|
---|
6 | rm ../arch/mips/include/context_offset.h
|
---|
7 | rm ../arch/mips/_link.ld
|
---|
Note:
See
TracBrowser
for help on using the repository browser.