9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.64k stars 326 forks source link

libthread: build fails on ARM, but with simple fix #363

Closed nsajko closed 4 years ago

nsajko commented 4 years ago

Src/libthread/sysofiles.sh wants Linux-arm-asm.o, but we have Linux-arm-context.s instead of Linux-arm-asm.s.

Renaming the assembly file seems to fix the build. Pull request incoming.

I am guessing the same issue is present for SPARC, where the probable fix is to rename accordingly and modify src/libthread/mkfile.