From 9fbe238cfee84beb0e0796463f7f6b44c13cbdd3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 26 Apr 2018 01:38:05 -0400 Subject: Update dependencies This now requires go 1.10 (because x/sys/unix) The cgo that go 1.10 ships is apparently super unhappy when `CC=gcc -std=c99`, it wants GNU dialects. So add a way to override that; set `go_CC=gcc -std=gnu99`. On the bright side, the cgo CFLAGS hacks are no longer nescessary. --- go/src/golang.org/x/sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go/src/golang.org/x/sys') diff --git a/go/src/golang.org/x/sys b/go/src/golang.org/x/sys index ab9e364..bb9c189 160000 --- a/go/src/golang.org/x/sys +++ b/go/src/golang.org/x/sys @@ -1 +1 @@ -Subproject commit ab9e364efd8b52800ff7ee48a9ffba4e0ed78dfb +Subproject commit bb9c189858d91f42db229b04d45a4c3d23a7662a -- cgit v1.2.2