git: 9front

Download patch

ref: d685a638215605b35e3f5d846bbbbd16fca55729
parent: 4c0a0b139edd68bc32e352dc886e2b5c1831dfa5
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jan 6 02:25:11 EST 2025

libmp: fix mips build breakage from previous commit (thanks eyss)

--- a/sys/src/libmp/mips/mkfile
+++ b/sys/src/libmp/mips/mkfile
@@ -11,5 +11,5 @@
 
 HFILES=/$objtype/include/u.h /sys/include/mp.h ../port/dat.h
 
-OFIL
+OFILES=${SFILES:%.s=%.$O}
 </sys/src/cmd/mksyslib
--