]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: document GOPPC64 environment variable
authorIan Lance Taylor <iant@golang.org>
Sun, 20 Jun 2021 19:22:16 +0000 (12:22 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 21 Jun 2021 18:59:43 +0000 (18:59 +0000)
Change-Id: I2d2c02eec4ac6eca218fa5334d32650c1620692c
Reviewed-on: https://go-review.googlesource.com/c/go/+/329689
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Eduardo Seo <carlos.seo@linaro.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go

index 3febe880cdd39f46906d4f554a1670159f258de4..27f993aeb3557b028faa7577bb839d0333707c58 100644 (file)
 //     GOMIPS64
 //             For GOARCH=mips64{,le}, whether to use floating point instructions.
 //             Valid values are hardfloat (default), softfloat.
+//     GOPPC64
+//             For GOARCH=ppc64{,le}, the target ISA (Instruction Set Architecture).
+//             Valid values are power8 (default), power9.
 //     GOWASM
 //             For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
 //             Valid values are satconv, signext.
index 9ec650189265169dddfd36a74114f9baa2db948a..b552777e3e015ae7a2c9e7340605c7b8f515ffd5 100644 (file)
@@ -598,6 +598,9 @@ Architecture-specific environment variables:
        GOMIPS64
                For GOARCH=mips64{,le}, whether to use floating point instructions.
                Valid values are hardfloat (default), softfloat.
+       GOPPC64
+               For GOARCH=ppc64{,le}, the target ISA (Instruction Set Architecture).
+               Valid values are power8 (default), power9.
        GOWASM
                For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
                Valid values are satconv, signext.