Revision: 445512c90f7f
Branch: default
Author:
ar...@mgk.ro
Date: Wed Dec 3 18:08:18 2014 UTC
Log: Edited wiki page GoArm through web user interface.
https://code.google.com/p/go-wiki/source/detail?r=445512c90f7f&repo=wiki
Modified:
/GoArm.wiki
=======================================
--- /GoArm.wiki Wed Dec 3 18:05:36 2014 UTC
+++ /GoArm.wiki Wed Dec 3 18:08:18 2014 UTC
@@ -12,7 +12,7 @@
|| ARMv5 || supported || GOARM=5 || ||
|| ARMv6 || supported || || GOARM=6 is the default value||
|| ARMv7 || supported || GOARM=7 || ||
-|| ARMv8 || not supported || n/a || not yet available ||
+|| ARMv8 || work in progress || n/a || contact aram for details ||
Starting from Go 1.1, the appropriate GOARM value will be chosen if you
compile Go from source on the target machine. In cross compilation
situations, it is recommended that you always export an appropriate GOARM
value.