summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-26 01:38:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-04-26 01:39:57 -0400
commit9fbe238cfee84beb0e0796463f7f6b44c13cbdd3 (patch)
tree9faa155aa3d29488aa740f6b9e3d7e931bc5876e /HACKING.md
parent1a64603645e894fd2c886a02876762bee0b208a7 (diff)
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.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/HACKING.md b/HACKING.md
deleted file mode 100644
index 38f6775..0000000
--- a/HACKING.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The golang.org/x/sys/unix library can't be updated past commit
-ab9e364efd8b52800ff7ee48a9ffba4e0ed78dfb (where I have it right now)
-until go commit 93da0b6e66f24c4c307e0df37ceb102a33306174 (currently on
-master) makes it in to a release. It narrowly missed the cut-off to
-be in go 1.9; I expect it to be in go 1.10 around February 2018.