Closed nsajko closed 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.
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.