mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
GoARM: darwin/arm requires ARMv7
parent
169b7343ed
commit
50bb0d844c
2
GoArm.md
2
GoArm.md
@ -19,7 +19,7 @@ Starting from Go 1.1, the appropriate GOARM value will be chosen if you compile
|
|||||||
# Supported operating systems
|
# Supported operating systems
|
||||||
|
|
||||||
* 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 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.
|
* ARM on Darwin: ARMv7 is required.
|
||||||
* ARM on FreeBSD, OpenBSD, and NetBSD: ARMv6K or above is required.
|
* ARM on FreeBSD, OpenBSD, and NetBSD: ARMv6K or above is required.
|
||||||
|
|
||||||
# Recommended Go version
|
# Recommended Go version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user