mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
0290c543de
Move every go compiler-related packages into a newly created package/go/ subdirectory. This subdirectory structure moves the GO_VERSION variable into the common package/go/go.mk file. In the next commits, host-go will be turned into a virtual-package and the common GO_VERSION force the providers to use the same Go compiler version. Common variables to all providers are kept in package/go/go.mk and package/go/Config.in.host. Also, the subdirectory structure forces the evaluation of the common GO_VERSION before the providers access it. Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
go | ||
go-bootstrap-stage1 | ||
go-bootstrap-stage2 | ||
go-bootstrap-stage3 | ||
Config.in.host | ||
go.mk |