<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain, branch 2009.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-11-22T20:25:31Z</updated>
<entry>
<title>toolchain/binutils: make sure target-binutils runs after busybox</title>
<updated>2009-11-22T20:25:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-22T20:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b71951b0e736945937ab7a7878547f1add8d62ac'/>
<id>urn:sha1:b71951b0e736945937ab7a7878547f1add8d62ac</id>
<content type='text'>
Closes #597

Ensure that binutils-target runs after busybox if enabled, so it can
overwrite the busybox symlink for ar if that applet is enabled.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/uClibc: install ldd to target</title>
<updated>2009-11-17T16:37:11Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-17T16:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=09d62e89e761a238cc4c04108e74be3abdd391c1'/>
<id>urn:sha1:09d62e89e761a238cc4c04108e74be3abdd391c1</id>
<content type='text'>
Reported by Julien Boibessot &lt;julien.boibessot@free.fr&gt;.

This somehow got disabled by cb815ae003d40cc971d (two years ago!).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 2.6.27.x/2.6.31.x stable versions</title>
<updated>2009-11-10T07:37:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-10T07:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d88b812d7696e374639c7aaa2ecb21b998c142e0'/>
<id>urn:sha1:d88b812d7696e374639c7aaa2ecb21b998c142e0</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uclibc: add unifdef getline fix to avr32 variant as well</title>
<updated>2009-11-09T22:25:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-09T22:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b18b46ebee24a06cc93d533feca6d0103050de74'/>
<id>urn:sha1:b18b46ebee24a06cc93d533feca6d0103050de74</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: select sensible floating point mode by default</title>
<updated>2009-11-09T13:53:04Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-11-09T13:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=13e753b414b4530a610873d44927b320223dc6ba'/>
<id>urn:sha1:13e753b414b4530a610873d44927b320223dc6ba</id>
<content type='text'>
Introduce BR2_PREFER_SOFT_FLOAT and enable it for arm, avr32 and mips,
and use it to enable soft float support by default for those archs.

This way people automatically get the correct floating point mode when
running make menuconfig for the first time (E.G. without a .config) and
changing the arch from i386 to arm/avr32/mips.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versions</title>
<updated>2009-10-29T20:11:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-29T20:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9af188d883b2657bd967e6621011d4bbe1bb3441'/>
<id>urn:sha1:9af188d883b2657bd967e6621011d4bbe1bb3441</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic</title>
<updated>2009-10-29T14:44:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-29T14:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1eb391c50011abbbf0a3b04ca1cd0db739bc2020'/>
<id>urn:sha1:1eb391c50011abbbf0a3b04ca1cd0db739bc2020</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: remove unused (commented out) 4.3 snapshot</title>
<updated>2009-10-29T14:40:38Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-29T14:40:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=c9816df8868f2b14feb970664b0cd941e58b1cf5'/>
<id>urn:sha1:c9816df8868f2b14feb970664b0cd941e58b1cf5</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: bump 4.4.x version</title>
<updated>2009-10-29T11:35:00Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-29T11:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=065d0e76dfe73948516c2fe3d7c06ec4b04bac3e'/>
<id>urn:sha1:065d0e76dfe73948516c2fe3d7c06ec4b04bac3e</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Allow for specifying kernel version manually</title>
<updated>2009-10-27T08:19:15Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2009-10-07T20:08:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=434b007fce010a471c64164a3e22b13f4440159d'/>
<id>urn:sha1:434b007fce010a471c64164a3e22b13f4440159d</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
