aboutsummaryrefslogtreecommitdiff
path: root/src/libmp/arm/mkfile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30all: remove $OBJTYPE from buildRuss Cox1-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.
2011-05-18arm: build fixesRichard Miller1-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