summaryrefslogtreecommitdiffstats
path: root/src/libmp/mips/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* all: remove $OBJTYPE from buildRuss Cox2020-12-301-4/+0
| | | | | | | Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
* all: linux/mips portAram Hăvărneanu2015-06-031-0/+4
Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com>