diff options
author | Geoff Levand <geoff@infradead.org> | 2016-04-04 19:31:49 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-20 22:28:43 +0200 |
commit | c7bc687e7d2b8ef7afd74d4d35c45e2a16f28513 (patch) | |
tree | 91e1fd792580c9e2f2011c4903db8387ed37cc03 /package/go-bootstrap/go-bootstrap.hash | |
parent | b157124a32efa995d05254f987acf9238f0d430e (diff) | |
download | buildroot-c7bc687e7d2b8ef7afd74d4d35c45e2a16f28513.tar.gz buildroot-c7bc687e7d2b8ef7afd74d4d35c45e2a16f28513.zip |
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>
Diffstat (limited to 'package/go-bootstrap/go-bootstrap.hash')
-rw-r--r-- | package/go-bootstrap/go-bootstrap.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/go-bootstrap/go-bootstrap.hash b/package/go-bootstrap/go-bootstrap.hash new file mode 100644 index 0000000000..1d0566a9de --- /dev/null +++ b/package/go-bootstrap/go-bootstrap.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b go1.4.2.src.tar.gz |