<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/toolchain/Makefile, 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>toolchain: update build steps doc</title>
<updated>2014-02-18T22:15:58+00:00</updated>
<author>
<name>Nicolas Thill</name>
<email>nico@openwrt.org</email>
</author>
<published>2014-02-18T22:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6c511ed529014122feb8e86e68c2b0ab26108aca'/>
<id>6c511ed529014122feb8e86e68c2b0ab26108aca</id>
<content type='text'>
SVN-Revision: 39631
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 39631
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: allow choosing the MIPS64 user-land ABI</title>
<updated>2013-04-05T12:36:23+00:00</updated>
<author>
<name>Florian Fainelli</name>
<email>florian@openwrt.org</email>
</author>
<published>2013-04-05T12:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e03292226618c68f219f41d745f92172687690dd'/>
<id>e03292226618c68f219f41d745f92172687690dd</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 36205
</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: 36205
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib</title>
<updated>2013-03-28T12:16:39+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka@openwrt.org</email>
</author>
<published>2013-03-28T12:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c0de55b32c435f5fbcdd783b6f58a9f1009939a4'/>
<id>c0de55b32c435f5fbcdd783b6f58a9f1009939a4</id>
<content type='text'>
It turns out that the symlink may exists already by the time the toolchain
Makefile gets an opportunity to run. While we asked to replace the target, ln
doesn't do so until after dereferencing the existing symlink. This results in
an unintended symlink that refers to itself. Instead, create the link without
dereferencing any symlinks by using the -n option.

Signed-off-by: John Szakmeister &lt;john@szakmeister.net&gt;

SVN-Revision: 36140
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that the symlink may exists already by the time the toolchain
Makefile gets an opportunity to run. While we asked to replace the target, ln
doesn't do so until after dereferencing the existing symlink. This results in
an unintended symlink that refers to itself. Instead, create the link without
dereferencing any symlinks by using the -n option.

Signed-off-by: John Szakmeister &lt;john@szakmeister.net&gt;

SVN-Revision: 36140
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: sync eglibc headers/build split with uclibc changes</title>
<updated>2012-07-03T14:23:32+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-07-03T14:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5d19a38d8008411f06b8beb265d94890690f562b'/>
<id>5d19a38d8008411f06b8beb265d94890690f562b</id>
<content type='text'>
SVN-Revision: 32584
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32584
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: fix libc headers dependency on kernel headers + minimal gcc</title>
<updated>2012-07-03T10:43:59+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-07-03T10:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f1a1d0a2624900df6729ba5281093af6d0cbf8b3'/>
<id>f1a1d0a2624900df6729ba5281093af6d0cbf8b3</id>
<content type='text'>
SVN-Revision: 32582
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32582
</pre>
</div>
</content>
</entry>
<entry>
<title>uClibc: split the package into the main directory and the headers/ and utils/ subdirectories to clean up build order and fix quilt support</title>
<updated>2012-06-30T21:44:05+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-06-30T21:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c3caa1b768728fc9daf833c55f846d6bc2362efb'/>
<id>c3caa1b768728fc9daf833c55f846d6bc2362efb</id>
<content type='text'>
SVN-Revision: 32557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32557
</pre>
</div>
</content>
</entry>
<entry>
<title>purge support for glibc - use eglibc instead!</title>
<updated>2012-04-28T22:24:12+00:00</updated>
<author>
<name>Mirko Vogt</name>
<email>mirko@openwrt.org</email>
</author>
<published>2012-04-28T22:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=334fd4199b94bddd3b17eaa93668e9f04f004ee0'/>
<id>334fd4199b94bddd3b17eaa93668e9f04f004ee0</id>
<content type='text'>
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html

SVN-Revision: 31503
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html

SVN-Revision: 31503
</pre>
</div>
</content>
</entry>
<entry>
<title>use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain.</title>
<updated>2012-01-18T03:08:09+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-01-18T03:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5b7668ca44e6d6e2bcf175e7f64093bd1b71db19'/>
<id>5b7668ca44e6d6e2bcf175e7f64093bd1b71db19</id>
<content type='text'>
SVN-Revision: 29766
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29766
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build</title>
<updated>2011-11-28T19:19:33+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-11-28T19:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=830282cc8935e13c54de747a391c1220ffc9e39a'/>
<id>830282cc8935e13c54de747a391c1220ffc9e39a</id>
<content type='text'>
SVN-Revision: 29352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29352
</pre>
</div>
</content>
</entry>
</feed>
