Commit 67388e98 authored by Ian Lance Taylor's avatar Ian Lance Taylor

doc: recommend building Go 1.4 with CGO_ENABLED=0

Fixes #21054

Change-Id: I016486dc62c04a80727f8da7d1dcec52f2c7f344
Reviewed-on: https://go-review.googlesource.com/62291Reviewed-by: default avatarGiovanni Bajo <rasky@develer.com>
Reviewed-by: default avatarChris Broadfoot <cbro@golang.org>
parent 926373ea
......@@ -148,7 +148,8 @@ which contains the Go 1.4 source code plus accumulated fixes
to keep the tools running on newer operating systems.
(Go 1.4 was the last distribution in which the tool chain was written in C.)
After unpacking the Go 1.4 source, <code>cd</code> to
the <code>src</code> subdirectory and run <code>make.bash</code> (or,
the <code>src</code> subdirectory, set <code>CGO_ENABLED=0</code> in
the environment, and run <code>make.bash</code> (or,
on Windows, <code>make.bat</code>).
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment