mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: document GOPPC64 environment variable
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>
This commit is contained in:
parent
20bdfba325
commit
3f9ec83b10
2 changed files with 6 additions and 0 deletions
|
|
@ -1887,6 +1887,9 @@
|
||||||
// GOMIPS64
|
// GOMIPS64
|
||||||
// For GOARCH=mips64{,le}, whether to use floating point instructions.
|
// For GOARCH=mips64{,le}, whether to use floating point instructions.
|
||||||
// Valid values are hardfloat (default), softfloat.
|
// Valid values are hardfloat (default), softfloat.
|
||||||
|
// GOPPC64
|
||||||
|
// For GOARCH=ppc64{,le}, the target ISA (Instruction Set Architecture).
|
||||||
|
// Valid values are power8 (default), power9.
|
||||||
// GOWASM
|
// GOWASM
|
||||||
// For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
|
// For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
|
||||||
// Valid values are satconv, signext.
|
// Valid values are satconv, signext.
|
||||||
|
|
|
||||||
|
|
@ -598,6 +598,9 @@ Architecture-specific environment variables:
|
||||||
GOMIPS64
|
GOMIPS64
|
||||||
For GOARCH=mips64{,le}, whether to use floating point instructions.
|
For GOARCH=mips64{,le}, whether to use floating point instructions.
|
||||||
Valid values are hardfloat (default), softfloat.
|
Valid values are hardfloat (default), softfloat.
|
||||||
|
GOPPC64
|
||||||
|
For GOARCH=ppc64{,le}, the target ISA (Instruction Set Architecture).
|
||||||
|
Valid values are power8 (default), power9.
|
||||||
GOWASM
|
GOWASM
|
||||||
For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
|
For GOARCH=wasm, comma-separated list of experimental WebAssembly features to use.
|
||||||
Valid values are satconv, signext.
|
Valid values are satconv, signext.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue