On Sun, Jan 12, 2020 at 10:17 AM <anthony.adams....@gmail.com> wrote:
>
> Does anyone know where I can find a list of Go versions that includes the 
> architectures supported and minimum kernel version requirements. I’d like to 
> use Go on an ARM926EJ processor (ARMv5tejl), running a 2.6.39.4 Linux kernel. 
> It looks like they stopped supporting ARMv5 awhile ago (v1.8?), so I’d like 
> to find the last version that still supports this processor and its kernel 
> version.

As far as I know all the correct information can be found at
https://golang.org/wiki/GoArm.  There it says that ARMv5 is supported,
though you have to set GOARM=5 in the environment.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcWoAqFZVBJfLZUfdXA_HLeCxB4wJK2djN7BZzRbJMG%3Dvw%40mail.gmail.com.

Reply via email to