]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.3] doc/install-source.html: document that GO386 will be auto...
authorShenghou Ma <minux@golang.org>
Thu, 5 Jun 2014 01:19:54 +0000 (21:19 -0400)
committerShenghou Ma <minux@golang.org>
Thu, 5 Jun 2014 01:19:54 +0000 (21:19 -0400)
««« CL 102150046 / ccf7893cc2f0
doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64.
Fixes #8152.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/102150046
»»»

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/105830044

doc/install-source.html

index ee7eb62f388adb0f226ba6e0c30d51278f7f5589..6f6a15afda473e9797976963c4ff829d3bc32e93 100644 (file)
@@ -457,7 +457,7 @@ installs all commands there.
 </p>
 
 <li><code>$GO386</code> (for <code>386</code> only, default is auto-detected
-if built natively, <code>387</code> if not)
+if built on either <code>386</code> or <code>amd64</code>, <code>387</code> otherwise)
 <p>
 This controls the code generated by 8g to use either the 387 floating-point unit
 (set to <code>387</code>) or SSE2 instructions (set to <code>sse2</code>) for