From: Shenghou Ma
Date: Thu, 5 Jun 2014 01:19:54 +0000 (-0400)
Subject: [release-branch.go1.3] doc/install-source.html: document that GO386 will be auto...
X-Git-Tag: go1.3rc2~18
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e1e3e705a634ea1877a6458e3e0d418fe38ed3ca;p=gostls13.git
[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 #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
---
diff --git a/doc/install-source.html b/doc/install-source.html
index ee7eb62f38..6f6a15afda 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -457,7 +457,7 @@ installs all commands there.
$GO386
(for 386
only, default is auto-detected
-if built natively, 387
if not)
+if built on either 386
or amd64
, 387
otherwise)
This controls the code generated by 8g to use either the 387 floating-point unit
(set to 387
) or SSE2 instructions (set to sse2
) for