<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/gcc, branch 2010.02_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-01-23T22:07:50+00:00</updated>
<entry>
<title>toolchain/gcc: bump 4.4.x version</title>
<updated>2010-01-23T22:07:50+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-01-23T22:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6c26a600d0e328c1ab4a31b6e33f2d26baffc3c3'/>
<id>urn:sha1:6c26a600d0e328c1ab4a31b6e33f2d26baffc3c3</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>gcc: do not pass --with-pkgversion to gcc &lt; 4.3</title>
<updated>2009-12-15T11:03:05+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-15T11:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=962ea5b29b0ce1966359688f2dffc173073575c8'/>
<id>urn:sha1:962ea5b29b0ce1966359688f2dffc173073575c8</id>
<content type='text'>
Commit 09c181f2891276c458de327d241151bab38bde0f added new options
passed to gcc configure to set --with-pkgversion and --with-bugurl, to
gcc &gt;= gcc 4.3. To check this, it was checking that the GCC_VERSION
string does not contain 4.2.

Unfortunately, the test is bogus. It does a findstring on x4.2. (with
a final dot) but compares the result with x4.2 (without the final
dot).

The result is that even with 4.2 versions, the test was true, leading
--with-pkgversion and --with-bugurl being passed to gcc's configure
script.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'remove-external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2009-12-14T23:19:17+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-14T23:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=29a9d99b18ff793cf70ce8ebb8d0008f980f728b'/>
<id>urn:sha1:29a9d99b18ff793cf70ce8ebb8d0008f980f728b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gcc: remove external sources patches</title>
<updated>2009-12-14T22:54:47+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=ebf4f67a8d5cd7b697636fb298432567b6ba2cca'/>
<id>urn:sha1:ebf4f67a8d5cd7b697636fb298432567b6ba2cca</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:47+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:10:12+00:00</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>gcc: remove GCC_OFFICIAL_VERSION and just use GCC_VERSION instead</title>
<updated>2009-12-14T22:54:45+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=495e5bdca3146a5debfa98a90b7e1a4e9b2e5c09'/>
<id>urn:sha1:495e5bdca3146a5debfa98a90b7e1a4e9b2e5c09</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gcc: remove support for external source toolchains</title>
<updated>2009-12-14T22:54:44+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=3f90a29baf8a57ff2ead2fd21f896850f0bc596f'/>
<id>urn:sha1:3f90a29baf8a57ff2ead2fd21f896850f0bc596f</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gcc: improve configuration for snapshot versions</title>
<updated>2009-12-14T22:54:44+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T10:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=636afc4664238b9555411622f45ff4d00ceffcde'/>
<id>urn:sha1:636afc4664238b9555411622f45ff4d00ceffcde</id>
<content type='text'>
Make the selection of a snapshot version a normal gcc version choice,
and make sure BR2_GCC_VERSION is properly defined.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gcc: on avr32, only allow avr32 gcc versions</title>
<updated>2009-12-14T22:54:43+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T10:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=5c6ccd9f20a9aec2d26bcbb32f17a027b333ace3'/>
<id>urn:sha1:5c6ccd9f20a9aec2d26bcbb32f17a027b333ace3</id>
<content type='text'>
Remove references to BR2_EXT_GCC_VERSION_* configuration options, and
only allows special avr32 gcc versions on the AVR32 architecture.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gcc: add 4.2.2-avr32-2.1.5 patches</title>
<updated>2009-12-14T22:54:42+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=9e172b3f9178c22d167e4b4c3698bc0fe5bd9228'/>
<id>urn:sha1:9e172b3f9178c22d167e4b4c3698bc0fe5bd9228</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
