<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/configure, branch 0.6.0</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.6.0</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.6.0'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2015-05-09T22:07:22+00:00</updated>
<entry>
<title>Probe for -Wno-string-plus-int.</title>
<updated>2015-05-09T22:07:22+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-05-09T22:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a913d92bad6550e005a3ffac71a82586042171b5'/>
<id>urn:sha1:a913d92bad6550e005a3ffac71a82586042171b5</id>
<content type='text'>
LLVM has its own nuts warnings about things that aren't wrong, but disabling
them with the relevant -Wno-* warning disabling command line option drives
gcc nuts because it's a command line option it doesn't recognize. (gcc 4.2.1
dies with an error. gcc 4.6 warns about it _only_ if it's warning about
something else. (PICK ONE, either you warn about this or you don't, distract
people from actual problems with noise about something clearly unrelated to
what just changed is extra-stupid.)

So just probe for it, and add the flag only if it doesn't complain about it
while we're producing an unrelated warning.
</content>
</entry>
<entry>
<title>Flag to make llvm shut up about a broken warning.</title>
<updated>2015-03-28T02:41:14+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-03-28T02:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ccccc2bfdd33b1e82bdd7c612fa3a99e0c8be567'/>
<id>urn:sha1:ccccc2bfdd33b1e82bdd7c612fa3a99e0c8be567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.</title>
<updated>2015-03-06T21:11:38+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-03-06T21:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1f44b5f0b236df260cee8741efce8a2887a59e36'/>
<id>urn:sha1:1f44b5f0b236df260cee8741efce8a2887a59e36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LDFLAGS and STRIP=no support.</title>
<updated>2015-02-28T18:39:16+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-02-28T18:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=57f93c8badf944b5b3ed712e2887b3db33147efb'/>
<id>urn:sha1:57f93c8badf944b5b3ed712e2887b3db33147efb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE.</title>
<updated>2014-08-30T22:44:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2014-08-30T22:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=96146200ea3b7b67b7e4a6b91f3419013d4cfaab'/>
<id>urn:sha1:96146200ea3b7b67b7e4a6b91f3419013d4cfaab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new optimization flag at the suggestion of the musl guys telling gcc not to produce a large unused dwarf table for C++ style stack unwinding.</title>
<updated>2013-08-13T08:22:44+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-08-13T08:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=0d74ad383b8bb8aa82e9cb6449b509ec6d4794a5'/>
<id>urn:sha1:0d74ad383b8bb8aa82e9cb6449b509ec6d4794a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert some debug code accidentally checked in at commit 715.</title>
<updated>2013-01-13T19:48:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2013-01-13T19:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bccb6db20d59066455cb7bbcf14729bc71abbc71'/>
<id>urn:sha1:bccb6db20d59066455cb7bbcf14729bc71abbc71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add expand command as described in POSIX-2008.</title>
<updated>2012-11-22T23:06:28+00:00</updated>
<author>
<name>Jonathan Clairembault</name>
<email>jonathan@clairembault.fr</email>
</author>
<published>2012-11-22T23:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=939fa7408fa68af8568fd07de64a1606af0a0c06'/>
<id>urn:sha1:939fa7408fa68af8568fd07de64a1606af0a0c06</id>
<content type='text'>
Erratum: Do not handle backspace.
</content>
</entry>
<entry>
<title>Replace CCFLAGS with description of how to add flags to HOSTCC.</title>
<updated>2012-06-19T04:23:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-06-19T04:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=97abd4a9813b0bd2f16049e2291bba076828408f'/>
<id>urn:sha1:97abd4a9813b0bd2f16049e2291bba076828408f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix from Georgi Chorbadzhiyski to make cross compiling more robust.</title>
<updated>2012-03-03T16:56:11+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-03-03T16:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=344c267e9fe5c6a39efdbf0305bd873d5bef65f3'/>
<id>urn:sha1:344c267e9fe5c6a39efdbf0305bd873d5bef65f3</id>
<content type='text'>
</content>
</entry>
</feed>
