packages/lang/golang
Jeffery To da3fb97b9c golang: Set/reset default platform options for target Go compiler
Because the first stage for building target Go is actually a host build,
the default platform options (GO386, GOARM, etc.) are detected from the
host. These values are written to a source file and kept when building
the second stage.

This modifies this source file to set the appropriate values for the
target platform, and reset values for other platforms to their
cross-compiling / most compatible defaults.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-14 17:45:18 +08:00
..
golang golang: Set/reset default platform options for target Go compiler 2020-05-14 17:45:18 +08:00
golang-compiler.mk golang: Update files installed 2020-02-05 14:19:34 +08:00
golang-package.mk golang: Move "go install" arguments logic, add buildid 2020-05-13 16:07:27 +08:00
golang-values.mk golang: Blacklist older (or no) FPUs rather than whitelist newer FPUs 2020-05-13 16:07:27 +08:00