From: Brad Fitzpatrick Date: Fri, 9 Sep 2016 01:30:49 +0000 (+0000) Subject: doc: clarify that any C compiler works for cgo X-Git-Tag: go1.8beta1~1421 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0ab6bb42e197c4c766769bfc4a8807f93cc630b9;p=gostls13.git doc: clarify that any C compiler works for cgo Currently the footnote says "gcc is required only if you plan to use cgo", but the footnote was referenced from the text: "use the clang or gcc† that comes with Xcode‡ for cgo support" That seems to imply that clang doesn't get you cgo support on OS X, which isn't true. The update text matches what the install-source.html page says. Change-Id: Ib88464a0d138227d357033123f6675a77d5d777f Reviewed-on: https://go-review.googlesource.com/28786 Reviewed-by: Minux Ma --- diff --git a/doc/install.html b/doc/install.html index cfe3e67a64..01681f4d86 100644 --- a/doc/install.html +++ b/doc/install.html @@ -54,7 +54,7 @@ If your OS or architecture is not on the list, you may be able to

-gcc is required only if you plan to use +A C compiler is required only if you plan to use cgo.
You only need to install the command line tools for Xcode. If you have already