<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/binutils, branch 2010.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-07-30T07:31:39+00:00</updated>
<entry>
<title>toolchain: enforce --disable-multilib</title>
<updated>2010-07-30T07:31:39+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-30T07:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8d4f9ba707044fec2fa227c1e71db28e49807bae'/>
<id>urn:sha1:8d4f9ba707044fec2fa227c1e71db28e49807bae</id>
<content type='text'>
Since 5575d205c (toolchain: remove multilib) we were no longer passing
--disable-multilib, which broke builds for multilib-capable archs (like
x86-64, ppc, ..).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Add support for uclibc NPTL toolchain.</title>
<updated>2010-07-29T14:57:00+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-28T07:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=cfbf8abc33d86a0cf5c1bb3e0817a22009b7f301'/>
<id>urn:sha1:cfbf8abc33d86a0cf5c1bb3e0817a22009b7f301</id>
<content type='text'>
This patch modifies current toolchain build sequence so that
NPTL enabled toolchain can be built. The new sequence works
well with linuxthreads as well.

It introduces a new pass for gcc cross compilation. The new
sequence is binutils-&gt;gcc-initial-&gt;linux-headers -&gt; uclibc-configured
(some cheats to generate phony shared libc.so and libm.o)
-&gt; gcc-intermediate(with shared lib support) -&gt; uclibc -&gt; gcc-final

I also added a new sample config arm_nptl_toolchain_defconfig which
builds the toolchain and busybox.

I have only tried it on arm. However it should work for other
architectures which support NPTL on uclibc e.g. mips, sh, x86, ppc, x86_64

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: remove multilib</title>
<updated>2010-07-28T21:21:45+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-28T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5575d205c35942d992db636a4f7caa246340bd0c'/>
<id>urn:sha1:5575d205c35942d992db636a4f7caa246340bd0c</id>
<content type='text'>
Supporting multilib is much more than just passing --enable-multilib
to gcc. You have to actually build the C library several times (once
for each multilib variant you want to support in your toolchain), and
to pass MULTILIB_OPTIONS/MULTILIB_EXCEPTIONS values to gcc to let it
know the set of multilib variants you're interested in.

Since we'll probably never support multilib toolchains in Buildroot,
just get rid of this BR2_ENABLE_MULTILIB option.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>binutils,gcc: use correct --prefix</title>
<updated>2010-07-27T20:56:36+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-22T13:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=2ae84ac85ff72a861e8c276ba4e650e1e9ba7982'/>
<id>urn:sha1:2ae84ac85ff72a861e8c276ba4e650e1e9ba7982</id>
<content type='text'>
The cross binutils and cross gcc are actually going to be executed
from $(STAGING_DIR)/usr, so the correct prefix is $(STAGING_DIR)/usr
and not /usr.

This also fixes what is known as the "AVR32 toolchain build failure",
which was due to the fact that the prefix directory wasn't writable
(since it was /usr).

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>toolchain: remove unused special detection of old toolchains</title>
<updated>2010-07-02T07:13:30+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-02T05:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=52b8d0478a28d5c8bb29983ad9527e0fa5fae528'/>
<id>urn:sha1:52b8d0478a28d5c8bb29983ad9527e0fa5fae528</id>
<content type='text'>
We only support gcc &gt;= 4.2.x for the internal toolchain.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: remove gcc 4.1.2 and non-sysroot support</title>
<updated>2010-06-15T21:16:55+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-15T21:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5fd095b3748115d7cbe89524332e4b310550b7c3'/>
<id>urn:sha1:5fd095b3748115d7cbe89524332e4b310550b7c3</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/binutils: Improve arm linking performance</title>
<updated>2010-04-20T07:11:26+00:00</updated>
<author>
<name>Laine Walker-Avina</name>
<email>lwalkera@ieee.org</email>
</author>
<published>2010-04-19T21:41:31+00:00</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>
<entry>
<title>Get rid of all usages of BR2_RECENT</title>
<updated>2010-04-12T13:26:37+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-10T20:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=02bc426214a0705293f9c86fcd5fc47387d4f503'/>
<id>urn:sha1:02bc426214a0705293f9c86fcd5fc47387d4f503</id>
<content type='text'>
Since BR2_RECENT was enabled by default, we do not want entries marked
BR2_RECENT (and thus appearing by default in Buildroot) to disappear.

Therefore, all the entries marked BR2_RECENT are converted as
non-deprecated. We can later decide, on a per-entry basis, to add
BR2_DEPRECATED to some of them. But at least, this commit doesn't
change the default current behaviour of Buildroot.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Do not let packages remove man pages, info pages and documentation</title>
<updated>2010-04-11T04:01:08+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-10T20:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ef785f61ad7290508b2640d00403b9a957fcdab1'/>
<id>urn:sha1:ef785f61ad7290508b2640d00403b9a957fcdab1</id>
<content type='text'>
The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man,
$(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info,
$(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done
globally in the main Makefile. Therefore, there's no need to handle
that on a per-package basis.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>get rid of broken nios2 support</title>
<updated>2010-03-30T15:19:59+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-30T15:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f220498f4b96c86b2d4ef7048f9c82f85c73d75c'/>
<id>urn:sha1:f220498f4b96c86b2d4ef7048f9c82f85c73d75c</id>
<content type='text'>
Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
