]> Cypherpunks repositories - gostls13.git/commit
doc: clarify that any C compiler works for cgo
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 Sep 2016 01:30:49 +0000 (01:30 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 9 Sep 2016 02:30:07 +0000 (02:30 +0000)
commit0ab6bb42e197c4c766769bfc4a8807f93cc630b9
tree73db1101418649e8543e1fa0a365e05a65dbba0c
parentf782a7e075d049979c67cdc72b6fb38fac36fdad
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 <minux@golang.org>
doc/install.html