]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
go: new host package
authorGeoff Levand <geoff@infradead.org>
Mon, 4 Apr 2016 19:31:49 +0000 (19:31 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Apr 2016 20:29:34 +0000 (22:29 +0200)
commitec50eb3e4226e69d11dffff8e509a981586dd81f
tree843c9e4a3e9829d64ac9bcd91e2e3ffcbe0f5482
parentc7bc687e7d2b8ef7afd74d4d35c45e2a16f28513
go: new host package

Add a new package 'go' which builds the host cross compiler and
libraries for the go programming language.

Signed-off-by: Geoff Levand <geoff@infradead.org>
[Thomas:
 - Put the computation of GO_GOARM inside the ifeq ($(BR2_arm),y)
   condition rather than duplicating this condition.
 - Remove the GO_GOARCH=unknown case, since there is no way to fall in
   this case as only supported architectures can use host-go.
 - Remove the GO_GOARM=unknown case, since we are sure that only
   ARMv5/6/7 will use host-go.
 - Rename HOST_GO_FINAL to HOST_GO_ROOT, since it's really the "root"
   of the Go installation.
 - Remove visible Config.in.host option.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in.host
package/go/Config.in.host [new file with mode: 0644]
package/go/go.hash [new file with mode: 0644]
package/go/go.mk [new file with mode: 0644]