<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/gcc, branch 2009.08_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-07-24T00:32:33Z</updated>
<entry>
<title>toolchain: xtensa toolchain patch support</title>
<updated>2009-07-24T00:32:33Z</updated>
<author>
<name>Maxim Grigoriev</name>
<email>maxim2405@gmail.com</email>
</author>
<published>2009-07-24T00:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=adb9e905da23a26c00ab2f811f3359d37aaac4ae'/>
<id>urn:sha1:adb9e905da23a26c00ab2f811f3359d37aaac4ae</id>
<content type='text'>
Part of #163.

Signed-off-by: Maxim Grigoriev &lt;maxim2405@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: bump 4.4.x version</title>
<updated>2009-07-23T11:15:05Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-23T11:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f917e6b21b262b6fb7ff363f6c7b217bb653d97c'/>
<id>urn:sha1:f917e6b21b262b6fb7ff363f6c7b217bb653d97c</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: ensure libraries are copied to target_dir for x86-64</title>
<updated>2009-07-02T07:41:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-02T07:38:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=90c5d156f5414225be756a3e3bff7bb4b532bdf4'/>
<id>urn:sha1:90c5d156f5414225be756a3e3bff7bb4b532bdf4</id>
<content type='text'>
x86-64 stores libgcc_s / libstdc++ / libgcj under lib64 instead of lib,
so make sure that directory is searched as well for libraries to copy
to target.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: 4.3.x: fix for arm pr37436</title>
<updated>2009-05-24T05:34:09Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-05-24T05:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=421f05c913d8e1f4ff08fc0aa4a6a8834c03da17'/>
<id>urn:sha1:421f05c913d8e1f4ff08fc0aa4a6a8834c03da17</id>
<content type='text'>
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37436 for details.

Reported-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix gcc 3.4.6 build with newer host libc versions</title>
<updated>2009-05-12T19:32:04Z</updated>
<author>
<name>Wade Berrier</name>
<email>wberrier@gmail.com</email>
</author>
<published>2009-05-12T19:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9e114500d500ade3472db9d8663cf6013a5f928b'/>
<id>urn:sha1:9e114500d500ade3472db9d8663cf6013a5f928b</id>
<content type='text'>
The build of gcc 3.4.6 fails when host libc is too new.
I pulled the fix from this bug report:

http://bugs.openembedded.net/show_bug.cgi?id=4626

Signed-off-by: Wade Berrier &lt;wberrier@gmail.com&gt;
</content>
</entry>
<entry>
<title>gcc-4.3.3: add a patch to link with the math lib to get copysignal</title>
<updated>2009-05-12T08:02:20Z</updated>
<author>
<name>Angus Salkeld</name>
<email>angus.salkeld@alliedtelesis.co.nz</email>
</author>
<published>2009-05-05T20:04:52Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bb1f42e4426c432af60fc80da45c6daf7e31c1a0'/>
<id>urn:sha1:bb1f42e4426c432af60fc80da45c6daf7e31c1a0</id>
<content type='text'>
Conditionally apply the following patch by Bernhard Reutner-Fischer which
solves a link error on powerpc (with softfloat or multilib) when using
a shared libgcc_s.

See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html
http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: java needs largefile support</title>
<updated>2009-04-27T14:07:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-27T14:07:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=30ee5f05604f80b40649dfe033dec89d8fada45d'/>
<id>urn:sha1:30ee5f05604f80b40649dfe033dec89d8fada45d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolchain/gcc: fix java support</title>
<updated>2009-04-27T14:07:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-27T14:07:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a62ceefdd413e199af599458d653ca5e5728e220'/>
<id>urn:sha1:a62ceefdd413e199af599458d653ca5e5728e220</id>
<content type='text'>
Not runtime tested, but now it atleast builds.
</content>
</entry>
<entry>
<title>toolchain/gcc: disable tls support</title>
<updated>2009-04-27T10:26:56Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-27T10:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1f3eec6e8fc30b961e9b24ca1d7fc676fcdd41ae'/>
<id>urn:sha1:1f3eec6e8fc30b961e9b24ca1d7fc676fcdd41ae</id>
<content type='text'>
Fixes libstdc++ linking with gcc 4.4.x
</content>
</entry>
<entry>
<title>toolchain/gcc: add 4.4.0</title>
<updated>2009-04-23T11:45:02Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-23T11:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5eeeeec056c46c3114d8b33a00766c8549c013b2'/>
<id>urn:sha1:5eeeeec056c46c3114d8b33a00766c8549c013b2</id>
<content type='text'>
</content>
</entry>
</feed>
