packages/lang/golang
Jeffery To d3762591da 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>
(cherry picked from commit da3fb97b9c)
2020-05-17 03:30:36 +08:00
..
golang golang: Set/reset default platform options for target Go compiler 2020-05-17 03:30:36 +08:00
golang-compiler.mk golang: new packages 2018-03-21 09:21:57 +08:00
golang-package.mk golang: Improve build isolation from user environment 2020-02-04 04:16:17 +08:00
golang-values.mk golang: Fix selection of GOARM value 2020-01-15 00:58:28 +08:00
golang-version.mk golang: Update to 1.13.11 2020-05-17 03:30:36 +08:00