<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain/gcc, branch 2009.05_rc3</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-05-24T05:34:09Z</updated>
<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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/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.hiegel.fr/cgit/buildroot.git/commit/?id=5eeeeec056c46c3114d8b33a00766c8549c013b2'/>
<id>urn:sha1:5eeeeec056c46c3114d8b33a00766c8549c013b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolchain/gcc: fix PR 32044 patch</title>
<updated>2009-04-23T11:44:48Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-23T11:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6d48463df63e2b131264ba302463ba6833667722'/>
<id>urn:sha1:6d48463df63e2b131264ba302463ba6833667722</id>
<content type='text'>
Somehow the patch was a patch adding a patch instead of the patch itself.
</content>
</entry>
<entry>
<title>toolchain/gcc: don't enable libssp support</title>
<updated>2009-04-22T07:27:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-22T07:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3b712a3d891bf23055a587fc518f7cd2139a6a09'/>
<id>urn:sha1:3b712a3d891bf23055a587fc518f7cd2139a6a09</id>
<content type='text'>
It's broken anyway as we don't install libssp* into TARGET_DIR, and we
should use the SSP support in uClibc if we want stack protection.
</content>
</entry>
<entry>
<title>toolchain/gcc: shared libgcc broken for sparc, so disable it</title>
<updated>2009-04-15T13:41:55Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-04-15T13:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ef8fd64dcba7684c6cbedb49751d9b94daafef75'/>
<id>urn:sha1:ef8fd64dcba7684c6cbedb49751d9b94daafef75</id>
<content type='text'>
</content>
</entry>
</feed>
