mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Update supported operating systems with darwin.
parent
686c8ff5ff
commit
3e40cdf355
3
GoArm.md
3
GoArm.md
@ -18,7 +18,8 @@ Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile
|
||||
|
||||
# Supported operating systems
|
||||
|
||||
Go supports ARM on Linux. You must be running an [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as ` armel ` for softfloat (compatible with ARMv5) or ` armhf ` for hardware floating point (ARMv6 and above).
|
||||
* ARM on Linux. You must run an [EABI](http://wiki.debian.org/ArmEabiPort) kernel. These are generally known as `armel` for softfloat (compatible with ARMv5) or `armhf` for hardware floating point (ARMv6 and above).
|
||||
* ARM on Darwin.
|
||||
|
||||
# Recommended Go version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user