aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-10-28 11:48:19 -0700
committerIan Lance Taylor <iant@golang.org>2020-10-28 12:18:01 -0700
commitdfbadb8ce9f4a7278121ab92bf77bde0c1d3b641 (patch)
tree488c2135994377bf483c1c8c937a99e4fb833469
parent3dcd47389b16f48dcf5512b9ebba15af5c0be948 (diff)
downloadgcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.zip
gcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.tar.gz
gcc-dfbadb8ce9f4a7278121ab92bf77bde0c1d3b641.tar.bz2
syscall: don't build libcall_bsd.go on solaris
This new file was based on master sources that are built for *BSD but not Solaris Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/266017
-rw-r--r--gcc/go/gofrontend/MERGE2
-rw-r--r--libgo/go/syscall/libcall_bsd.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 1f65809..45aafaa 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-be0d2cc2df9f98d967c242594838f86362dae2e7
+88a25df9133e9a1fc28a00b08ee30d7e5ab2cdbb
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/libgo/go/syscall/libcall_bsd.go b/libgo/go/syscall/libcall_bsd.go
index f13d3bc..1dd957c 100644
--- a/libgo/go/syscall/libcall_bsd.go
+++ b/libgo/go/syscall/libcall_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 darwin dragonfly freebsd netbsd openbsd solaris
+// +build darwin dragonfly freebsd netbsd openbsd
// BSD library calls.