<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/go-bootstrap, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-10-16T10:57:37+00:00</updated>
<entry>
<title>package/go-bootstrap: bump version to 1.4.3</title>
<updated>2016-10-16T10:57:37+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-10-16T09:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=17a82fc253b00a7eab33ddc5e2bcb965610ac9d6'/>
<id>urn:sha1:17a82fc253b00a7eab33ddc5e2bcb965610ac9d6</id>
<content type='text'>
This bump includes
https://go.googlesource.com/go/+/a527bdbda39c48fa772d8d54eb6b849f240442c1

which fixes a gcc6-related compile error

cmd/6c
/home/buildroot/br2/output/build/host-go-bootstrap-1.4.2/src/cmd/6c/txt.c: In function 'gmove':
/home/buildroot/br2/output/build/host-go-bootstrap-1.4.2/src/cmd/6c/txt.c:995:28: error: left shift of negative value [-Werror=shift-negative-value]
     f-&gt;vconst |= (vlong)~0 &lt;&lt; 32;
                            ^~
/home/buildroot/br2/output/build/host-go-bootstrap-1.4.2/src/cmd/6c/txt.c:1045:28: error: left shift of negative value [-Werror=shift-negative-value]
     f-&gt;vconst |= (vlong)~0 &lt;&lt; 32;
                            ^~
cc1: all warnings being treated as errors

not yet caught by autobuilders using this defconfig:

http://autobuild.buildroot.net/results/394/394e22be0ef986463e97b3040dad8f978262732c/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/go-bootstrap: Build host tools with host CC</title>
<updated>2016-07-04T13:07:48+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoff@infradead.org</email>
</author>
<published>2016-05-19T22:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=94fdf6bcb9e194b58d2d36380956391c2f5ba8ac'/>
<id>urn:sha1:94fdf6bcb9e194b58d2d36380956391c2f5ba8ac</id>
<content type='text'>
Use the host compiler when building host tools.

The go build system is not compatable with ccache, so use HOSTCC_NOCCACHE
here.  See https://github.com/golang/go/issues/11685.

Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;
Reviewed-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/go-bootstrap: Set CGO_ENABLED=0</title>
<updated>2016-05-12T14:09:43+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoff@infradead.org</email>
</author>
<published>2016-05-12T00:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=7dfe8c19e91385469e279fd2ef1cb2dfd45c8968'/>
<id>urn:sha1:7dfe8c19e91385469e279fd2ef1cb2dfd45c8968</id>
<content type='text'>
Fixes build erorros like these:

  cgo.a(_all.o): unknown relocation type 42; compiled without -fpic?

Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/go-bootstrap: Add toolchain dependency</title>
<updated>2016-05-12T14:06:57+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoff@infradead.org</email>
</author>
<published>2016-05-12T00:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=def633c4c5b339d13ef221cfa5c202aaf9989f91'/>
<id>urn:sha1:def633c4c5b339d13ef221cfa5c202aaf9989f91</id>
<content type='text'>
To build programs that need cgo support the toolchain needs to
be available.

Cc: Christian Stewart &lt;christian@paral.in&gt;
Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;
[Thomas: add comment in the code about the toolchain dependency.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>go-bootstrap: new host package</title>
<updated>2016-04-20T20:28:43+00:00</updated>
<author>
<name>Geoff Levand</name>
<email>geoff@infradead.org</email>
</author>
<published>2016-04-04T19:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c7bc687e7d2b8ef7afd74d4d35c45e2a16f28513'/>
<id>urn:sha1:c7bc687e7d2b8ef7afd74d4d35c45e2a16f28513</id>
<content type='text'>
Add a new package go-bootstrap which builds a bootstrap compiler for the
go programming language.

Signed-off-by: Geoff Levand &lt;geoff@infradead.org&gt;
[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 &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
