golang: Update to 1.11.1, add mips64 / mips64el builds

Go 1.11 added softfloat support for 64-bit MIPS systems[1], so this also
adds builds for mips64 and mips64el.

[1] https://golang.org/doc/go1.11#mips

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2018-10-13 02:23:15 +08:00
parent 448051b95f
commit 453749f12b
4 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -10,5 +10,5 @@ ifeq ($(origin GO_INCLUDE_DIR),undefined)
endif
GO_VERSION_MAJOR_MINOR:=1.10
GO_VERSION_PATCH:=3
GO_VERSION_MAJOR_MINOR:=1.11
GO_VERSION_PATCH:=1