shithub: mc

Download patch

ref: 59b1d9b6c40d88d3b6373993662c3bce3541f3a0
parent: d7651f741ddd7b3db322a726a0499642d3c5fbec
author: Ori Bernstein <ori@eigenstate.org>
date: Wed May 9 19:05:19 EDT 2018

FreeBSD and NetBSD also have old assemblers.

--- a/mbld/syssel.myr
+++ b/mbld/syssel.myr
@@ -187,6 +187,10 @@
 	/* The version of gas that's shipped with openbsd is too old. */
 	| ("openbsd", CpuidSSE4):	-> false
 	| ("openbsd", CpuidFMA):	-> false
+	| ("freebsd", CpuidSSE4):	-> false
+	| ("freebsd", CpuidFMA):	-> false
+	| ("netbsd", CpuidSSE4):	-> false
+	| ("netbsd", CpuidFMA):	-> false
 	| (_, f):			-> f == feat
 	;;
 }