<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain, branch 2010.05_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.05_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-05-03T13:13:19Z</updated>
<entry>
<title>ccache: fix ccache-target dependencies</title>
<updated>2010-05-03T13:13:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-03T13:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ccb58a730dfffb2d802230ebf6c83569657b4c1e'/>
<id>urn:sha1:ccb58a730dfffb2d802230ebf6c83569657b4c1e</id>
<content type='text'>
Ccache for the target doesn't make sense without a toolchain, so make
it depend on it.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: get rid of 6.4 / 6.5</title>
<updated>2010-05-02T22:18:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-02T22:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a54f53d3e25aed09f056d5ea67b050d2d49c90cd'/>
<id>urn:sha1:a54f53d3e25aed09f056d5ea67b050d2d49c90cd</id>
<content type='text'>
These are ancient (2006) and upstream strongly discourage using them:
ftp://sourceware.org/pub/gdb/old-releases/README

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uclibc: make sure the default configuration doesn't ask questions</title>
<updated>2010-05-02T21:59:28Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-28T21:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4c57d9638f06038dfd9cb56d60c862b8a8e67efc'/>
<id>urn:sha1:4c57d9638f06038dfd9cb56d60c862b8a8e67efc</id>
<content type='text'>
Since new configuration options have been added in 0.9.31, the value
of these configuration options should be determined, either by the
default configuration file we provide, or by uclibc.mk process.

The locale generation process should probably be improved in order to
allow building other locales than just en_US.

[Peter: fixup locale handling, add PROGRAM__NAME to defconfig]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uClibc: add UCLIBC_HAS_NFTW to default configuration</title>
<updated>2010-05-02T21:26:41Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-28T21:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bf27314fa6fc31ccf1cbfce661a799ba6d2c4671'/>
<id>urn:sha1:bf27314fa6fc31ccf1cbfce661a799ba6d2c4671</id>
<content type='text'>
UCLIBC_HAS_NFTW is a new knob in 0.9.31, which allows the obsolete and
deprecated ftw() to be compiled-out separatly from nftw(), which is
part of POSIX. nftw() should probably be enabled by default in uClibc,
and a bug has been opened about this on uClibc bug tracker
(https://bugs.busybox.net/show_bug.cgi?id=1597).

nftw() is, for example, used in Gtk+.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: bump 4.4.x version to 4.4.4</title>
<updated>2010-05-02T21:22:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-02T21:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4439d388907066ab58fc1753eb07c40dcc98fcf6'/>
<id>urn:sha1:4439d388907066ab58fc1753eb07c40dcc98fcf6</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix GDB BFD test linking</title>
<updated>2010-05-01T20:53:41Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-04-29T19:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ee39d53ce343c2d8e4603f40a9d3aaba6d5ef8ff'/>
<id>urn:sha1:ee39d53ce343c2d8e4603f40a9d3aaba6d5ef8ff</id>
<content type='text'>
When compiling GDB for target (in my case i386) it links
wrong BFD library from host OS. This prevents GDB from compiling
support for ELF and thus GDB is unusable on target.

More about this issue was already posted at:
http://lists.uclibc.org/pipermail/buildroot/2009-March/026585.html

Fix this issue by forcing ELF support.

Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/gdb: Add GDB 7.0.1 and 7.1 support</title>
<updated>2010-05-01T20:08:48Z</updated>
<author>
<name>Paulius Zaleckas</name>
<email>paulius.zaleckas@gmail.com</email>
</author>
<published>2010-04-29T19:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6ca43d88bcdaf415bfdee3e267a5c09e23d9f8f5'/>
<id>urn:sha1:6ca43d88bcdaf415bfdee3e267a5c09e23d9f8f5</id>
<content type='text'>
Signed-off-by: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>kernel-headers: bump 2.6.32.x / 2.6.33.x stable versions</title>
<updated>2010-04-26T17:31:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-04-26T17:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c1a2661c1956e3c14fef460be32c8dac2cca88c1'/>
<id>urn:sha1:c1a2661c1956e3c14fef460be32c8dac2cca88c1</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'codesourcery-toolchain-support' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-04-21T08:40:30Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-04-21T08:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=fd3194a1c639c0b563a136ec9695c5212a71c1b9'/>
<id>urn:sha1:fd3194a1c639c0b563a136ec9695c5212a71c1b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolchain/binutils: Improve arm linking performance</title>
<updated>2010-04-20T07:11:26Z</updated>
<author>
<name>Laine Walker-Avina</name>
<email>lwalkera@ieee.org</email>
</author>
<published>2010-04-19T21:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b33e2abd4ea5395565f1f417d1e897f6654fd16d'/>
<id>urn:sha1:b33e2abd4ea5395565f1f417d1e897f6654fd16d</id>
<content type='text'>
Backported a patch from CVS that improves linking times for large
projects (eg 700s to 6s). See
http://old.nabble.com/-PATCH--Reduce-ARM-linking-time-tt27961038.html
for the original.

[Peter: add patch header]
Signed-off-by: Laine Walker-Avina &lt;lwalkera@ieee.org&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
