Skip to content

Commit

Permalink
doc/go1.8.html: announce 1.8 will be the last to support linux/arm pr…
Browse files Browse the repository at this point in the history
…ior to ARMv6K

Updates golang#17082.

Change-Id: I0bf330d1a1ebb7e31e42d03287160b474522c332
Reviewed-on: https://go-review.googlesource.com/33455
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
minux committed Dec 1, 2016
1 parent 3a369a0 commit 16c3399
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/go1.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ <h2 id="ports">Ports</h2>
binaries on older OS X versions is untested.
</p>

<p>
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 <code>go tool dist -check-armv6k</code>
(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.
</p>


<h3 id="known_issues">Known Issues</h3>

Expand Down

0 comments on commit 16c3399

Please sign in to comment.