<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/toolchain/gcc/final/Makefile, branch master</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>toolchain/gcc: parallelize make install</title>
<updated>2017-02-09T13:49:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-02-09T12:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0f5d17a7e6acceb18867fd951b231bfb6c4d8946'/>
<id>0f5d17a7e6acceb18867fd951b231bfb6c4d8946</id>
<content type='text'>
If the staging dir was deleted, the build needs to recompile some files.
This change speeds up this corner case significantly

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the staging dir was deleted, the build needs to recompile some files.
This change speeds up this corner case significantly

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: optionally build gccgo compiler</title>
<updated>2016-08-11T08:45:33+00:00</updated>
<author>
<name>Matteo Croce</name>
<email>matteo.croce@canonical.com</email>
</author>
<published>2016-07-15T10:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=360fd10ac9cb92425709c76ded0cd418662e121e'/>
<id>360fd10ac9cb92425709c76ded0cd418662e121e</id>
<content type='text'>
Tested with eglibc on x86 and armv7 so far

Signed-off-by: Matteo Croce &lt;matteo.croce@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with eglibc on x86 and armv7 so far

Signed-off-by: Matteo Croce &lt;matteo.croce@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: enable LTO support unconditionally</title>
<updated>2015-11-10T21:10:45+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-11-10T21:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=795cab69b3acef4f8eb5ae0f421ef6427b2d5c9b'/>
<id>795cab69b3acef4f8eb5ae0f421ef6427b2d5c9b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47442
</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: 47442
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: musl comes with its own SSP, so use it instead of libssp</title>
<updated>2015-06-20T17:37:20+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2015-06-20T17:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cfdadd3e1d1402a02c19eedb9910fece5b9917c7'/>
<id>cfdadd3e1d1402a02c19eedb9910fece5b9917c7</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46071
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: gcc 4.9.x disable libsanitize</title>
<updated>2014-10-05T14:59:45+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-10-05T14:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=749d865aa4e6fa085e9b72cc5cfe11519f2ba3bd'/>
<id>749d865aa4e6fa085e9b72cc5cfe11519f2ba3bd</id>
<content type='text'>
gcc 4.9.x enables building of libsanitize

- libsanitize needs some headers that are not available
  in uclibc (netrom/netrom.h)

according to buildroot project:
- build fail with musl
- need wordexp with uclibc which increases uclibc size
http://git.buildroot.net/buildroot/commit/?id=5f4d658d888b539de9a6247ae5b1a0999de5d4ec
http://git.buildroot.net/buildroot/commit/?id=554e29e267e6b36a0fd78c82cbad2c82d939eb7f

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 42767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc 4.9.x enables building of libsanitize

- libsanitize needs some headers that are not available
  in uclibc (netrom/netrom.h)

according to buildroot project:
- build fail with musl
- need wordexp with uclibc which increases uclibc size
http://git.buildroot.net/buildroot/commit/?id=5f4d658d888b539de9a6247ae5b1a0999de5d4ec
http://git.buildroot.net/buildroot/commit/?id=554e29e267e6b36a0fd78c82cbad2c82d939eb7f

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 42767
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: remove another bogus copy of libiberty.a</title>
<updated>2014-09-20T11:11:48+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-09-20T11:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c4fb88720eec0cbfd6ac2106e6c25ad35827000a'/>
<id>c4fb88720eec0cbfd6ac2106e6c25ad35827000a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42624
</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: 42624
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.</title>
<updated>2013-04-07T10:11:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-04-07T10:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c270db592a9bfc16b950ad1469a9133c8905af12'/>
<id>c270db592a9bfc16b950ad1469a9133c8905af12</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36240
</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: 36240
</pre>
</div>
</content>
</entry>
<entry>
<title>buildroot: factor knowledge of a 64bits architecture</title>
<updated>2013-04-05T12:36:19+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-04-05T12:36:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=348cae15d2934f07a6c584261c2bee49cc43bbbd'/>
<id>348cae15d2934f07a6c584261c2bee49cc43bbbd</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 36204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 36204
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems</title>
<updated>2012-09-23T09:50:01+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-09-23T09:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ed2bf29be5ea97f67c7195cd02eaf1bc1515bd36'/>
<id>ed2bf29be5ea97f67c7195cd02eaf1bc1515bd36</id>
<content type='text'>
SVN-Revision: 33523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33523
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc: enable parallel builds</title>
<updated>2012-09-15T14:18:19+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-09-15T14:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d6c584651368d4d37c789a23dc54fb6056e56680'/>
<id>d6c584651368d4d37c789a23dc54fb6056e56680</id>
<content type='text'>
SVN-Revision: 33444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33444
</pre>
</div>
</content>
</entry>
</feed>
