<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/toolchain/gcc, branch 2010.02</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2010.02</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2010.02'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2010-02-25T16:27:50Z</updated>
<entry>
<title>gmp/mpfr: make sure host builds add source targets to HOST_SOURCE</title>
<updated>2010-02-25T16:27:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-02-25T16:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=f561763e9189d668001004f5a603738c1ba7ce7c'/>
<id>urn:sha1:f561763e9189d668001004f5a603738c1ba7ce7c</id>
<content type='text'>
Closes #1183.

When gmp/mpfr is needed for the host (E.G. when using an internal toolchain),
the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so
make source / external-deps didn't handle them.

Notice that we have the same issue with the new host package support,
there we should probably use HOST_&lt;package&gt;_DEPENDENCIES for -source
dependencies.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>gcc on target: add missing definitions for gcc 4.4</title>
<updated>2010-02-25T08:47:01Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-02-25T08:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a35d48f984fa7e499292baec85eba6c9fd5bf28c'/>
<id>urn:sha1:a35d48f984fa7e499292baec85eba6c9fd5bf28c</id>
<content type='text'>
Depending on the gcc version, the gcc include and lib directories have
changed. We include support for gcc 4.4 by copy/pasting the support
for gcc 4.3. Locations don't seem to have changed between 4.3 and
4.4. This allows the syslimits.h fixup to succeed.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>toolchain/gcc: bump 4.4.x version</title>
<updated>2010-01-23T22:07:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-01-23T22:07:20Z</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:05Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-15T11:03:05Z</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:17Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-12-14T23:19:17Z</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:47Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:16:43Z</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: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>gcc: remove GCC_OFFICIAL_VERSION and just use GCC_VERSION instead</title>
<updated>2009-12-14T22:54:45Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:04:11Z</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:44Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T11:02:02Z</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:44Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-12-14T10:59:44Z</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>
</feed>
