shithub: dav1d

Download patch

ref: a3856f049d188b971c0956b1b5cef350212f03a3
parent: 4f9301c97d2078babe120e2c6a2ff00e309421bd
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Jul 13 14:12:45 EDT 2023

plan 9 builtins: build .s if exists

--- a/src/mkfile
+++ b/src/mkfile
@@ -46,7 +46,7 @@
 	msac.$O\
 	obu.$O\
 	picture.$O\
-	plan9_builtins`{test $objtype '=' amd64 && echo -n _$objtype}.$O\
+	plan9_builtins`{test -f plan9_builtins_$objtype.s && echo -n _$objtype}.$O\
 	plan9_thread.$O\
 	qm.$O\
 	recon_tmpl.$O\