mirror of
https://github.com/golang/go.git
synced 2024-11-21 21:11:11 +00:00
Specify GOARM value for ARMv6.
parent
53b27b9880
commit
912b17ac63
2
GoArm.md
2
GoArm.md
@ -10,7 +10,7 @@ Go supports the following ARM architectural families.
|
||||
|:-----------------|:-----------|:----------------|
|
||||
| ARMv4 and below | sorry, not supported | n/a |
|
||||
| ARMv5 | supported | GOARM=5 |
|
||||
| ARMv6 | supported | |
|
||||
| ARMv6 | supported | GOARM=6 |
|
||||
| ARMv7 | supported | GOARM=7 |
|
||||
| ARMv8 | supported | GOARCH=arm64 |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user