<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/uClibc, branch 2010.02_rc1</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc1</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc1'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-01-15T13:48:08Z</updated>
<entry>
<title>toolchain: add uclibc 0.9.30.2</title>
<updated>2010-01-15T13:48:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-01-15T13:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6bfb4885b03d79a474aa431bd406c2bb707aa7cf'/>
<id>urn:sha1:6bfb4885b03d79a474aa431bd406c2bb707aa7cf</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uclibc: get rid of avr32 special version since upstream works</title>
<updated>2009-12-15T09:49:59Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-15T09:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=4e813d99f98f5abc578bf56e5feffdfb34beedc0'/>
<id>urn:sha1:4e813d99f98f5abc578bf56e5feffdfb34beedc0</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>toolchain/uClibc: avr32 patch should apply to 0.9.30.1</title>
<updated>2009-12-15T09:47:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-15T09:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=687d0958a31f6aee8e8e4d26360961327049d9a8'/>
<id>urn:sha1:687d0958a31f6aee8e8e4d26360961327049d9a8</id>
<content type='text'>
avr32 uses 0.9.30.1, not 0.9.30.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uclibc: add prctl syscall fix for AVR32 architecture</title>
<updated>2009-12-15T09:41:07Z</updated>
<author>
<name>Hans-Christian Egtvedt</name>
<email>hans-christian.egtvedt@atmel.com</email>
</author>
<published>2009-12-15T09:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b4f01dcc10a94dc5ace8a6780fb41c4882fa617b'/>
<id>urn:sha1:b4f01dcc10a94dc5ace8a6780fb41c4882fa617b</id>
<content type='text'>
This patch fixes the prctl syscall for the AVR32 architecture, since this
architecture assumes you handle varargs in a proper way, always.

Signed-off-by: Hans-Christian Egtvedt &lt;hans-christian.egtvedt@atmel.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>toolchain/uClibc: 0.9.30.x config: enable arch specific string routines if available</title>
<updated>2009-12-15T08:51:57Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-15T08:51:57Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=d3df830c2bcad37871b6a6f2f34d6f0db106670f'/>
<id>urn:sha1:d3df830c2bcad37871b6a6f2f34d6f0db106670f</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>uclibc: remove external sources patches</title>
<updated>2009-12-14T22:54:48Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=19d7f0e31503db28dbe984de4601ab018b1cc0a1'/>
<id>urn:sha1:19d7f0e31503db28dbe984de4601ab018b1cc0a1</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE</title>
<updated>2009-12-14T22:54:47Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:10:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=bc994c533cdac1ab843a889c4afaae80234cc6b2'/>
<id>urn:sha1:bc994c533cdac1ab843a889c4afaae80234cc6b2</id>
<content type='text'>
The BR2_TOOLCHAIN_SOURCE option is removed in a future commit.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>uclibc: remove support for external source toolchains</title>
<updated>2009-12-14T22:54:46Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:09:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=8a5c3653acf1a86a7a613ee43f3cab9ee03a68b3'/>
<id>urn:sha1:8a5c3653acf1a86a7a613ee43f3cab9ee03a68b3</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>uclibc: do not allow selection of non-avr32 versions on AVR32</title>
<updated>2009-12-14T22:54:46Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=b642f7eefbf8c7f0111d74528390de31aaacf203'/>
<id>urn:sha1:b642f7eefbf8c7f0111d74528390de31aaacf203</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>uclibc: add avr32 special version</title>
<updated>2009-12-14T22:54:43Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T10:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3a24927a0e6f041a018085b5a7fc50312001fddc'/>
<id>urn:sha1:3a24927a0e6f041a018085b5a7fc50312001fddc</id>
<content type='text'>
 * Add a new 0.9.30-avr32-2.1.5 version of uClibc in Config.in

 * Add a patch for 0.9.20-avr32-2.1.5

 * Select a different UCLIBC_SITE for avr32 versions in uclibc.mk

 * Add the LINKRELAX=y configuration option to the uClibc .config file
   in uclibc.mk

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
