<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/toolchain/gcc, branch mtk-20170518</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>build &amp; release : downgrade to Barrier Breaker</title>
<updated>2018-09-14T20:50:45+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-14T20:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a8bdfefc15187360b82345ceb79c2128f2c07c67'/>
<id>a8bdfefc15187360b82345ceb79c2128f2c07c67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>octeon: select gcc 4.6 by default</title>
<updated>2014-07-27T14:52:00+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-27T14:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=96a4d6fb54001f2c4bc8afa3ead5e662918531fd'/>
<id>96a4d6fb54001f2c4bc8afa3ead5e662918531fd</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41843
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain/gcc: pass proper flags for arm hard float build</title>
<updated>2014-07-14T20:28:53+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2014-07-14T20:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8e4f0ec38de04617c2433d0c038baef700b59805'/>
<id>8e4f0ec38de04617c2433d0c038baef700b59805</id>
<content type='text'>
This fixes eglibc build failure. More information about the bug can be found on
the link below.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes eglibc build failure. More information about the bug can be found on
the link below.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61796

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41657
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: backport a fix for issues with accessing weak data references</title>
<updated>2014-07-10T19:28:40+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-07-10T19:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a44b4e3ffb2a35cc83871c46d8b45327e5abc91c'/>
<id>a44b4e3ffb2a35cc83871c46d8b45327e5abc91c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41569
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: only default eglibc for octeon and not all of mips64</title>
<updated>2014-07-10T19:16:09+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-07-10T19:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1aeb77b9ee8c0843f194aee66a9aa387eeee4235'/>
<id>1aeb77b9ee8c0843f194aee66a9aa387eeee4235</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41559
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: use different defaults for octeon</title>
<updated>2014-06-18T10:07:53+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-06-18T10:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c911cdcc04413c1123d47daf2caea32c5c277dde'/>
<id>c911cdcc04413c1123d47daf2caea32c5c277dde</id>
<content type='text'>
force eglibc and gcc4.6+linaro for octeon

Signed-off-by: Martin Fäcknitz &lt;faecknitz@hotsplots.de&gt;

SVN-Revision: 41251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
force eglibc and gcc4.6+linaro for octeon

Signed-off-by: Martin Fäcknitz &lt;faecknitz@hotsplots.de&gt;

SVN-Revision: 41251
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: define USE_PT_GNU_EH_FRAME for musl as well, reduces binary object size</title>
<updated>2014-05-28T22:40:31+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-28T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=62ca8ae77742fb33ada33ff3f97888d3eb9f187a'/>
<id>62ca8ae77742fb33ada33ff3f97888d3eb9f187a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40874
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40874
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: disable libsanitzier off_t check to fix musl build</title>
<updated>2014-05-28T21:33:30+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-28T21:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=95c615262c6931dac4bd58f37d15db2907403dfb'/>
<id>95c615262c6931dac4bd58f37d15db2907403dfb</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40870
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40870
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain/gcc: fix build on arm with clang as host gcc replacement</title>
<updated>2014-05-15T20:11:54+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-15T20:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=479c25641a1370bbb02cbc4fab20c30259aca67f'/>
<id>479c25641a1370bbb02cbc4fab20c30259aca67f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40772
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: revert an upstream patch that is causing a regression on powerpc</title>
<updated>2014-05-06T11:49:05+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-05-06T11:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=31285a20390a5e53a74a2a71d1b5c82f366ddd5a'/>
<id>31285a20390a5e53a74a2a71d1b5c82f366ddd5a</id>
<content type='text'>
https://forum.openwrt.org/viewtopic.php?pid=232494#p232494

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40709
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://forum.openwrt.org/viewtopic.php?pid=232494#p232494

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 40709
</pre>
</div>
</content>
</entry>
</feed>
