summaryrefslogtreecommitdiffstats
path: root/src/libmp/arm/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.
* arm: build fixesRichard Miller2011-05-181-0/+4
Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056