<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/toolchain/elf2flt, branch 2010.11_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2010.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-03-30T15:19:59Z</updated>
<entry>
<title>get rid of broken nios2 support</title>
<updated>2010-03-30T15:19:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-03-30T15:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f220498f4b96c86b2d4ef7048f9c82f85c73d75c'/>
<id>urn:sha1:f220498f4b96c86b2d4ef7048f9c82f85c73d75c</id>
<content type='text'>
Has been marked as broken for more than 1 year, with no indication
that anyone cares, and it needs a bunch of special handling.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: silence ./configure step when building with 'make -s'</title>
<updated>2009-10-01T19:24:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-01T19:24:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=3fdf0bffb87c81f6abf70e64e5b9239431d79ee2'/>
<id>urn:sha1:3fdf0bffb87c81f6abf70e64e5b9239431d79ee2</id>
<content type='text'>
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>rename TOOL_BUILD_DIR to TOOLCHAIN_DIR</title>
<updated>2009-09-23T07:15:27Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-09-22T23:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=cb5710c538fce01f4875a64e6de4b37a7718005b'/>
<id>urn:sha1:cb5710c538fce01f4875a64e6de4b37a7718005b</id>
<content type='text'>
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>fix configuration wrt elf2flt</title>
<updated>2009-01-28T06:32:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-28T06:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=378f899324e44f5c8379ea06d1ea43ea7fa336bd'/>
<id>urn:sha1:378f899324e44f5c8379ea06d1ea43ea7fa336bd</id>
<content type='text'>
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not
in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly.

Also the BFLT binary format is always stripped by definition, so it is
incompatible with any kind of stripping option.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
</content>
</entry>
<entry>
<title>elf2flt: fix link</title>
<updated>2009-01-28T06:32:33Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-28T06:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d5664ee9956748f8f166dfa720308f05f0f4a97b'/>
<id>urn:sha1:d5664ee9956748f8f166dfa720308f05f0f4a97b</id>
<content type='text'>
Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
</content>
</entry>
<entry>
<title>toolchain/: get rid of unneeded $(strip ..)</title>
<updated>2008-12-08T08:15:42Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-12-08T08:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a'/>
<id>urn:sha1:0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a</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>elf2flt: only allow it to be selected on supported archs</title>
<updated>2008-06-16T07:15:33Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2008-06-16T07:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d22723861bcaa57dfba5d7242e6eb8b6d47be444'/>
<id>urn:sha1:d22723861bcaa57dfba5d7242e6eb8b6d47be444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable symlinks for the elft2flt binaries</title>
<updated>2007-12-11T20:21:35Z</updated>
<author>
<name>Ivan Kuten</name>
<email>ivan.kuten@promwad.com</email>
</author>
<published>2007-12-11T20:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=091ed0ba4b2ab41764d827c7334243bdd2b2053b'/>
<id>urn:sha1:091ed0ba4b2ab41764d827c7334243bdd2b2053b</id>
<content type='text'>
</content>
</entry>
</feed>
