<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/gmp, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-02-13T08:33:57Z</updated>
<entry>
<title>gmp: use GNU_MIRROR for site</title>
<updated>2009-02-13T08:33:57Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-13T08:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5373ea118d842866b84b7c661dba444584e5314a'/>
<id>urn:sha1:5373ea118d842866b84b7c661dba444584e5314a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gmp: bump version</title>
<updated>2009-02-13T08:33:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-13T08:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=585bc183842afc0d58617445a868baf97b5b7216'/>
<id>urn:sha1:585bc183842afc0d58617445a868baf97b5b7216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gmp/mpfr: use static libraries as make targets</title>
<updated>2009-02-10T16:38:53Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-10T16:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cf342411449f2eae64dcef3ff6926b9cb1b39c03'/>
<id>urn:sha1:cf342411449f2eae64dcef3ff6926b9cb1b39c03</id>
<content type='text'>
The host shared objects are no more.
</content>
</entry>
<entry>
<title>gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared</title>
<updated>2009-02-10T15:19:31Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-10T15:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7897a950fe2546d09e09a0645e38a6f8ab063623'/>
<id>urn:sha1:7897a950fe2546d09e09a0645e38a6f8ab063623</id>
<content type='text'>
Don't list the shared objects as targets for the host compilation now that
we compile with --disable-shared.
</content>
</entry>
<entry>
<title>gmp/mpfr: force static linking</title>
<updated>2009-02-09T13:01:32Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-09T13:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=42f985687dcddbaa2277a3ffb8a88b190bde76e7'/>
<id>urn:sha1:42f985687dcddbaa2277a3ffb8a88b190bde76e7</id>
<content type='text'>
Patch by Maxim Grigoriev.

GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.

Fix it by forcing static linking instead.
</content>
</entry>
<entry>
<title>package/: convert to DOWNLOAD helper</title>
<updated>2009-01-16T11:42:52Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-16T11:42:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4a7bfd27757e076837e400f18d8371d792eade0e'/>
<id>urn:sha1:4a7bfd27757e076837e400f18d8371d792eade0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ac1d92c425414bad889c1a60d0d2aee25581b74f'/>
<id>urn:sha1:ac1d92c425414bad889c1a60d0d2aee25581b74f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>toolchain/*: use CONFIG_UPDATE</title>
<updated>2008-12-05T15:27:26Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-05T15:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=84ddc66a410e61c56f2e68e539f7d678ef9abe1a'/>
<id>urn:sha1:84ddc66a410e61c56f2e68e539f7d678ef9abe1a</id>
<content type='text'>
Based on e0e0945e in Bernhard's tree.
</content>
</entry>
<entry>
<title>Kconfig: remove 'default n'</title>
<updated>2008-07-17T20:01:44Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-07-17T20:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee'/>
<id>urn:sha1:4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee</id>
<content type='text'>
'default n' is the default, so there's no need to say it explicitly.
</content>
</entry>
<entry>
<title>Remove superfluous 'slash' in GMP_SITE</title>
<updated>2007-10-13T23:09:49Z</updated>
<author>
<name>Ulf Samuelsson</name>
<email>ulf.samuelsson@atmel.com</email>
</author>
<published>2007-10-13T23:09:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1ade867d5ec564b63c151279c5c17d9881a01d09'/>
<id>urn:sha1:1ade867d5ec564b63c151279c5c17d9881a01d09</id>
<content type='text'>
</content>
</entry>
</feed>
