]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5: mention external linking support for windows
authorShenghou Ma <minux@golang.org>
Sat, 14 Mar 2015 02:36:51 +0000 (22:36 -0400)
committerMinux Ma <minux@golang.org>
Tue, 24 Mar 2015 03:24:43 +0000 (03:24 +0000)
Change-Id: I2d2ea233f976aab3f356f9b508cdd246d5013e33
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/7537

doc/go1.5.txt

index 551e022d0c37cf25df7e04cc3160d40aff2947e4..07f346482282763dbd8ca86c79ae9681ec575626 100644 (file)
@@ -41,6 +41,7 @@ testing/quick: support generation of arrays (https://golang.org/cl/3865)
 
 Tools:
 
+build: external linking support for windows (https://golang.org/cl/7163, 7282, 7283, 7284, 7534, 7535)
 cmd/go, go/build: add ${SRCDIR} variable expansion to cgo lines (https://golang.org/cl/1756)
 cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5550)
 cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later