shithub: riscv

Download patch

ref: 3ff88ede016fe49fd4d3f222e85db0cf70c39e17
parent: b3d44a51419835490f4ff174387f74e0860ab937
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
--