From: Shenghou Ma
Date: Wed, 4 Jun 2014 23:53:37 +0000 (-0400)
Subject: doc/install-source.html: document that GO386 will be auto-detected when building...
X-Git-Tag: go1.4beta1~1332
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ae1b5c7bd9c907a4f8d097b88a3e882fdfd5a349;p=gostls13.git
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
---
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