go-bootstrap: new host package
commitc7bc687e7d2b8ef7afd74d4d35c45e2a16f28513
authorGeoff Levand <geoff@infradead.org>
Mon, 4 Apr 2016 19:31:49 +0000 (4 19:31 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 20 Apr 2016 20:28:43 +0000 (20 22:28 +0200)
tree91e1fd792580c9e2f2011c4903db8387ed37cc03
parentb157124a32efa995d05254f987acf9238f0d430e
go-bootstrap: new host package

Add a new package go-bootstrap which builds a bootstrap compiler for the
go programming language.

Signed-off-by: Geoff Levand <geoff@infradead.org>
[Thomas:
 - Rename GO_BOOTSTRAP_FINAL to HOST_GO_BOOTSTRAP_ROOT. Use the HOST_
   prefix because this variable is specific to the host variant. And
   it's not "final" at all, but rather the "root" of the Go Bootstrap
   installation.
 - Rename GO_BOOTSTRAP_MAKE_ENV to HOST_GO_BOOTSTRAP_MAKE_ENV, also to
   have the HOST_ prefix because it's a host package.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/go-bootstrap/go-bootstrap.hash [new file with mode: 0644]
package/go-bootstrap/go-bootstrap.mk [new file with mode: 0644]