From: Russ Cox
Date: Wed, 6 Jan 2016 20:51:01 +0000 (-0500)
Subject: doc: document linux/ppc64 kernel requirement (2.6.37 or later)
X-Git-Tag: go1.6beta2~112
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d02193c628c1b442909950f310362d9e7b66e94a;p=gostls13.git
doc: document linux/ppc64 kernel requirement (2.6.37 or later)
Fixes #13269.
Change-Id: I960d1825bda9d8873c2a9005872c45e4c7d30111
Reviewed-on: https://go-review.googlesource.com/18339
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/install-source.html b/doc/install-source.html
index 1692f0dbc0..60931ada5d 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -93,6 +93,17 @@ The full set of supported combinations is listed in the discussion of
environment variables below.
+
+See the main installation page for the overall system requirements.
+The following additional constraints apply to systems that can be built only from source:
+
+
+
+- For Linux on PowerPC 64-bit, the minimum supported kernel version is 2.6.37, meaning that
+Go does not support CentOS 6 on these systems.
+
+
+
Install Go compiler binaries