summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2014-06-04 21:19:54 -0400
committerShenghou Ma <minux@golang.org>2014-06-04 21:19:54 -0400
commit2c8503eb5cc7ab29bd97bdad7a03cd26aaf0b16f (patch)
tree4f0b7875b01ab81e36824e3c06b8187cf82aae34
parent28fa202a036da443c2731ac267ea412dd78fe7b3 (diff)
downloadgo-2c8503eb5cc7ab29bd97bdad7a03cd26aaf0b16f.tar.gz
[release-branch.go1.3] doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64.
??? CL 102150046 / ccf7893cc2f0 doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64. Fixes issue 8152. LGTM=iant R=iant CC=golang-codereviews https://codereview.appspot.com/102150046 ??? LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://codereview.appspot.com/105830044
-rw-r--r--doc/install-source.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index ee7eb62f3..6f6a15afd 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -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