golang: Add option to use external bootstrap Go
authorJeffery To <redacted>
Tue, 12 May 2020 09:42:48 +0000 (17:42 +0800)
committerJeffery To <redacted>
Tue, 12 May 2020 09:42:48 +0000 (17:42 +0800)
commit49a2ff493b46029e5acc1a902a1e850307bc20bc
tree8f0d9342688bd8da8a2e5328f54ec6b4ae31b18d
parentc5e30e529e961bf29458924bbb02c43c69ad0d86
golang: Add option to use external bootstrap Go

The default bootstrap Go (Go 1.4) can only be compiled on a limited
number of platforms compared to newer versions of Go.

This adds a config option to use an external bootstrap Go, e.g.
installed through the build system's package manager or downloaded from
golang.org.

See: https://github.com/openwrt/packages/issues/11731

Signed-off-by: Jeffery To <redacted>
lang/golang/golang/Makefile
git clone https://git.99rst.org/PROJECT