From 73549789506121fda0dd4b43f7e5826f2efdb042 Mon Sep 17 00:00:00 2001 From: Jeremy Jackins Date: Thu, 28 May 2015 16:13:23 +0900 Subject: doc: replace references to {5..9}{g,l} with go tool compile and go tool link I updated some references to 6g, 6l and friends that I came across, as those programs don't exist anymore. I also fixed some echos in make.rc to match other make.* scripts while I was there. Change-Id: Ib84532cd4688cf65174dd9869e5d42af98a20a48 Reviewed-on: https://go-review.googlesource.com/11162 Reviewed-by: Ian Lance Taylor --- src/make.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index 365664303e..f17648aff5 100755 --- a/src/make.bash +++ b/src/make.bash @@ -19,10 +19,10 @@ # # GOOS: The target operating system for installed packages and tools. # -# GO_GCFLAGS: Additional 5g/6g/8g arguments to use when +# GO_GCFLAGS: Additional go tool compile arguments to use when # building the packages and commands. # -# GO_LDFLAGS: Additional 5l/6l/8l arguments to use when +# GO_LDFLAGS: Additional go tool link arguments to use when # building the commands. # # CGO_ENABLED: Controls cgo usage during the build. Set it to 1 -- cgit v1.3