1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:24:41 -07:00

build: update comment about GO_LDFLAGS.

(5l/6l/8l aren't involved in building packages)

R=golang-dev, robert.hencke
CC=golang-dev
https://golang.org/cl/5798071
This commit is contained in:
David Symonds 2012-03-13 12:52:15 +11:00
parent 7c128493a4
commit fa6d3ab6be

View File

@ -21,7 +21,7 @@
# building the packages and commands.
#
# GO_LDFLAGS: Additional 5l/6l/8l arguments to use when
# building the packages and commands.
# building the commands.
#
# CGO_ENABLED: Setting this to 0 disables the use of cgo
# in the built and installed packages and tools.