packages/lang/golang
Michael Pratt c02f3c350b golang: do not rely on Go script host detection
for some use cases, for example:
a system with 64 bit kernel
and 32 bit userspace programs

the local Go installation is "detected"
using the kernel "uname",
causing build failure if they happen to differ

by adding the argument GOHOSTARCH using the corresponding make variable
it would be fully controlled in the openwrt git tree
based on the HOST_ARCH make variable.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2022-05-31 07:21:05 +00:00
..
golang golang: do not rely on Go script host detection 2022-05-31 07:21:05 +00:00
golang-build.sh golang: Update to 1.18, update patch 2022-04-08 18:20:05 +00:00
golang-compiler.mk golang: enable verbose output 2022-05-31 07:20:58 +00:00
golang-host-build.mk golang: Fix conditionals not stripped 2022-04-16 13:42:34 +00:00
golang-package.mk golang: Fix conditionals not stripped 2022-04-16 13:42:34 +00:00
golang-values.mk golang: Update to 1.18, update patch 2022-04-08 18:20:05 +00:00