]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: add 9g and 9l to documentation
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 Feb 2015 00:19:05 +0000 (16:19 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 Feb 2015 16:10:28 +0000 (16:10 +0000)
Change-Id: I274c438ab168278dfbb34ada3ed9a7f7c66b66ef
Reviewed-on: https://go-review.googlesource.com/3834
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/go/build.go
src/cmd/go/doc.go

index a3916cae28cef65e27820d3030ca361a5ae159f0..ad44bf0975e8fef27f9ed94db5125ea443da563e 100644 (file)
@@ -81,14 +81,14 @@ and test commands:
        -gccgoflags 'arg list'
                arguments to pass on each gccgo compiler/linker invocation.
        -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
                a suffix to use in the name of the package installation directory,
                in order to keep output separate from default builds.
                If using the -race flag, the install suffix is automatically set to race
                or, if set explicitly, has _race appended to it.
        -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'
                a list of build tags to consider satisfied during the build.
                For more information about build tags, see the description of
index 9b642019454dde829bdd83f9fee86e973952f6eb..2f783648edb22495b7b504955c51b9afd24d954f 100644 (file)
@@ -100,14 +100,14 @@ and test commands:
        -gccgoflags 'arg list'
                arguments to pass on each gccgo compiler/linker invocation.
        -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
                a suffix to use in the name of the package installation directory,
                in order to keep output separate from default builds.
                If using the -race flag, the install suffix is automatically set to race
                or, if set explicitly, has _race appended to it.
        -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'
                a list of build tags to consider satisfied during the build.
                For more information about build tags, see the description of