Skip to content

Commit 3f9ec83

Browse files
cmd/go: document GOPPC64 environment variable
Change-Id: I2d2c02eec4ac6eca218fa5334d32650c1620692c Reviewed-on: https://go-review.googlesource.com/c/go/+/329689 Trust: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Carlos Eduardo Seo <[email protected]>
1 parent 20bdfba commit 3f9ec83

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/cmd/go/alldocs.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/help/helpdoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ Architecture-specific environment variables:
598598
GOMIPS64
599599
For GOARCH=mips64{,le}, whether to use floating point instructions.
600600
Valid values are hardfloat (default), softfloat.
601+
GOPPC64
602+
For GOARCH=ppc64{,le}, the target ISA (Instruction Set Architecture).
603+
Valid values are power8 (default), power9.
601604
GOWASM
602605
For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
603606
Valid values are satconv, signext.

0 commit comments

Comments
 (0)