From: Shenghou Ma
Date: Wed, 23 Nov 2016 02:15:52 +0000 (-0500)
Subject: doc/go1.8.html: announce 1.8 will be the last to support linux/arm prior to ARMv6K
X-Git-Tag: go1.8beta2~133
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16c33992e0848209d0254bdb5c8f6c7b7ceb5c60;p=gostls13.git
doc/go1.8.html: announce 1.8 will be the last to support linux/arm prior to ARMv6K
Updates #17082.
Change-Id: I0bf330d1a1ebb7e31e42d03287160b474522c332
Reviewed-on: https://go-review.googlesource.com/33455
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.8.html b/doc/go1.8.html
index 22176a2a92..66afc3eed6 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -95,6 +95,17 @@ and cancelation.
binaries on older OS X versions is untested.
+
+ Go 1.8 will be the last release to support Linux on ARMv5E and ARMv6 processors:
+ Go 1.9 will likely require the ARMv6K (as found in the Raspberry Pi 1) or later.
+ To identify whether a Linux system is ARMv6K or later, run go tool dist -check-armv6k
+ (to facilitate testing, it is also possible to just copy the dist command to the
+ system without installing a full copy of Go 1.8)
+ and if the program terminates with output "ARMv6K supported." then the system
+ implements ARMv6K or later.
+ Go on non-Linux ARM systems already requires ARMv6K or later.
+
+
Known Issues