Skip to content

Instantly share code, notes, and snippets.

@oshimaya
Created August 1, 2015 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshimaya/358589271a0bf4bfec08 to your computer and use it in GitHub Desktop.
Save oshimaya/358589271a0bf4bfec08 to your computer and use it in GitHub Desktop.
--- version.mk 22 Feb 2015 13:14:09 -0000 1.5
+++ version.mk 1 Aug 2015 04:21:06 -0000
@@ -4,7 +4,7 @@
GO_VERSION= 1.4.2
-ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-evbarm
+ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-arm *-*-earm
NOT_FOR_PLATFORM= SunOS-*-i386
.if ${MACHINE_ARCH} == "i386"
GOARCH= 386
@@ -12,7 +12,7 @@
.elif ${MACHINE_ARCH} == "x86_64"
GOARCH= amd64
GOCHAR= 6
-.elif ${MACHINE_ARCH} == "evbarm"
+.elif (${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "arm")
GOARCH= arm
GOCHAR= 5
.endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment