From 3e40cdf35598c9fd758c9ab90425b971388c2bf8 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Fri, 27 Nov 2015 11:47:27 -0800 Subject: [PATCH] Update supported operating systems with darwin. --- GoArm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GoArm.md b/GoArm.md index 81b56ec0..4aa80ed4 100644 --- a/GoArm.md +++ b/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