summaryrefslogtreecommitdiff
path: root/lang/gcc5/patches/patch-libgo_mksysinfo.sh
blob: 23bc2760452ade49b8ffa1223c12986d09cd9fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-libgo_mksysinfo.sh,v 1.1 2015/07/16 12:03:36 ryoon Exp $

--- libgo/mksysinfo.sh.orig	2014-11-12 07:15:40.000000000 +0000
+++ libgo/mksysinfo.sh
@@ -470,7 +470,7 @@ upcase_fields () {
 # GNU/Linux specific; it should do no harm if there is no
 # _user_regs_struct.
 regs=`grep '^type _user_regs_struct struct' gen-sysinfo.go || true`
-if test "$regs" == ""; then
+if test "$regs" = ""; then
   # s390
   regs=`grep '^type __user_regs_struct struct' gen-sysinfo.go || true`
   if test "$regs" != ""; then