mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Clarify the sentence that Go doesn't need to be built from the source but the program.
parent
f1434e7a62
commit
686c8ff5ff
2
GoArm.md
2
GoArm.md
@ -14,7 +14,7 @@ Go supports the following ARM architectural families.
|
||||
| ARMv7 | supported | GOARM=7 | |
|
||||
| ARMv8 | supported | GOARCH=arm64 | |
|
||||
|
||||
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.
|
||||
Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile the program from source on the target machine. In cross compilation situations, it is recommended that you always set an appropriate GOARM value.
|
||||
|
||||
# Supported operating systems
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user