<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/gcc, branch 2010.08_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.08_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-07-30T08:02:23Z</updated>
<entry>
<title>gcc: move &lt;tuple&gt;/lib* symlink handling up to gcc-intermediate</title>
<updated>2010-07-30T08:02:23Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-30T08:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=18abd4aa94cd59240b90257c95877c0ea2fd1796'/>
<id>urn:sha1:18abd4aa94cd59240b90257c95877c0ea2fd1796</id>
<content type='text'>
The &lt;tuple&gt;/lib* symlinking added by 3c77bab2eeace needs to
be moved up to the gcc-intermediate step now the NPTL stuff is merged,
otherwise 64bit builds fails (lib64 already created).

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain: enforce --disable-multilib</title>
<updated>2010-07-30T07:31:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-30T07:31:39Z</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>gcc-4.2.4: Add patch to accept --with-abi=aapcs-linux</title>
<updated>2010-07-29T14:57:10Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-28T07:11:39Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=c6c7b9973310a37db08d089c09345c45c5665beb'/>
<id>urn:sha1:c6c7b9973310a37db08d089c09345c45c5665beb</id>
<content type='text'>
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>Add support for uclibc NPTL toolchain.</title>
<updated>2010-07-29T14:57:00Z</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2010-07-28T07:11:37Z</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:45Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-28T10:07:04Z</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>gcc: remove option on SJLJ exceptions</title>
<updated>2010-07-28T15:38:31Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-28T10:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6d4a992e2b817cc14276c68e0321edaf66450cf3'/>
<id>urn:sha1:6d4a992e2b817cc14276c68e0321edaf66450cf3</id>
<content type='text'>
This is a very advanced option, and it seems, according to
http://choices.cs.uiuc.edu/exceptions.pdf that SJLJ exceptions aren't
really interesting.

Users really interested by this can always use the
BR2_EXTRA_GCC_CONFIG_OPTIONS is they want.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'avr32-toolchain-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-07-27T21:06:16Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-27T21:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=91f8edad3e3664f549573bc456b5640e8a618123'/>
<id>urn:sha1:91f8edad3e3664f549573bc456b5640e8a618123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolchain: remove redundant and incorrect --with-build-time-tools option</title>
<updated>2010-07-27T20:58:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-22T13:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=460ba963acb17df043f412e5c01fda250da6b410'/>
<id>urn:sha1:460ba963acb17df043f412e5c01fda250da6b410</id>
<content type='text'>
This option is already part of the gcc configure options through the
BR2_CONFIGURE_BUILD_TOOLS variable (in toolchain/Makefile.in).

Additionnally, the value that was passed in the AVR32 specific case
was incorrect: it was $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin
instead of $(STAGING_DIR)/usr/$(REAL_GNU_TARGET_NAME)/bin.

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:36Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-07-22T13:42:27Z</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>Merge branch 'various-bumps' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-07-27T20:52:19Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-27T20:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3fdf280568b01a7fa971ddc63e84fdbea11e691b'/>
<id>urn:sha1:3fdf280568b01a7fa971ddc63e84fdbea11e691b</id>
<content type='text'>
</content>
</entry>
</feed>
