$OpenBSD: patch-src_syscall_exec_bsd_go,v 1.1 2021/03/02 17:56:41 jsing Exp $

Index: src/syscall/exec_bsd.go
--- src/syscall/exec_bsd.go.orig
+++ src/syscall/exec_bsd.go
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build dragonfly freebsd netbsd openbsd,!amd64,!arm64
+// +build dragonfly freebsd netbsd openbsd,!386,!amd64,!arm,!arm64
 
 package syscall
 
