1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:44:42 -07:00

cmd/go: add 9g and 9l to documentation

Change-Id: I274c438ab168278dfbb34ada3ed9a7f7c66b66ef
Reviewed-on: https://go-review.googlesource.com/3834
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2015-02-03 16:19:05 -08:00
parent c768a84b38
commit 3fa90ea964
2 changed files with 4 additions and 4 deletions

View File

@ -81,14 +81,14 @@ and test commands:
-gccgoflags 'arg list' -gccgoflags 'arg list'
arguments to pass on each gccgo compiler/linker invocation. arguments to pass on each gccgo compiler/linker invocation.
-gcflags 'arg list' -gcflags 'arg list'
arguments to pass on each 5g, 6g, or 8g compiler invocation. arguments to pass on each 5g, 6g, 8g, or 9g compiler invocation.
-installsuffix suffix -installsuffix suffix
a suffix to use in the name of the package installation directory, a suffix to use in the name of the package installation directory,
in order to keep output separate from default builds. in order to keep output separate from default builds.
If using the -race flag, the install suffix is automatically set to race If using the -race flag, the install suffix is automatically set to race
or, if set explicitly, has _race appended to it. or, if set explicitly, has _race appended to it.
-ldflags 'flag list' -ldflags 'flag list'
arguments to pass on each 5l, 6l, or 8l linker invocation. arguments to pass on each 5l, 6l, 8l, or 9l linker invocation.
-tags 'tag list' -tags 'tag list'
a list of build tags to consider satisfied during the build. a list of build tags to consider satisfied during the build.
For more information about build tags, see the description of For more information about build tags, see the description of

View File

@ -100,14 +100,14 @@ and test commands:
-gccgoflags 'arg list' -gccgoflags 'arg list'
arguments to pass on each gccgo compiler/linker invocation. arguments to pass on each gccgo compiler/linker invocation.
-gcflags 'arg list' -gcflags 'arg list'
arguments to pass on each 5g, 6g, or 8g compiler invocation. arguments to pass on each 5g, 6g, 8g, or 9g compiler invocation.
-installsuffix suffix -installsuffix suffix
a suffix to use in the name of the package installation directory, a suffix to use in the name of the package installation directory,
in order to keep output separate from default builds. in order to keep output separate from default builds.
If using the -race flag, the install suffix is automatically set to race If using the -race flag, the install suffix is automatically set to race
or, if set explicitly, has _race appended to it. or, if set explicitly, has _race appended to it.
-ldflags 'flag list' -ldflags 'flag list'
arguments to pass on each 5l, 6l, or 8l linker invocation. arguments to pass on each 5l, 6l, 8l, or 9l linker invocation.
-tags 'tag list' -tags 'tag list'
a list of build tags to consider satisfied during the build. a list of build tags to consider satisfied during the build.
For more information about build tags, see the description of For more information about build tags, see the description of