<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/toolchain/uClibc/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/uclibc: Bump version to 1.0.22</title>
<updated>2017-02-11T14:38:39+00:00</updated>
<author>
<name>Alexey Brodkin</name>
<email>Alexey.Brodkin@synopsys.com</email>
</author>
<published>2017-02-10T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a3408a5271ccb149fbbfdc249a4ff6ea031f8bcf'/>
<id>a3408a5271ccb149fbbfdc249a4ff6ea031f8bcf</id>
<content type='text'>
Important change was made in 1.0.18: all sub-libs were merged
in one and only libc similarly to musl.

See [1] for more details.

To support that we had to remove refences to those sub-libs like
libpthread, libcrypt, libdl, libm, libutil etc.

[1] http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=29ff9055c80efe77a7130767a9fcb3ab8c67e8ce

Signed-off-by: Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Important change was made in 1.0.18: all sub-libs were merged
in one and only libc similarly to musl.

See [1] for more details.

To support that we had to remove refences to those sub-libs like
libpthread, libcrypt, libdl, libm, libutil etc.

[1] http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=29ff9055c80efe77a7130767a9fcb3ab8c67e8ce

Signed-off-by: Alexey Brodkin &lt;Alexey.Brodkin@synopsys.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek)</title>
<updated>2012-11-08T15:08:31+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-11-08T15:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e'/>
<id>291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 34122
</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: 34122
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol</title>
<updated>2012-10-17T13:03:08+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-17T13:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c6ba19c70e1bde7cb94c77ae64537294cfef2ae9'/>
<id>c6ba19c70e1bde7cb94c77ae64537294cfef2ae9</id>
<content type='text'>
SVN-Revision: 33807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33807
</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>toolchain: keep the initial gcc around for later uclibc rebuilds</title>
<updated>2012-06-30T18:12:15+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-06-30T18:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e74e4dbd29f86f25da1285c574b8587e1626a585'/>
<id>e74e4dbd29f86f25da1285c574b8587e1626a585</id>
<content type='text'>
testing uclibc changes is tricky because the final gcc tends to miscompile
uclibc code or barf up internal compiler errors.
install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure
prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc
can be put into $(PATH) for the uclibc build, even if the final gcc
is already installed.

SVN-Revision: 32553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testing uclibc changes is tricky because the final gcc tends to miscompile
uclibc code or barf up internal compiler errors.
install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure
prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc
can be put into $(PATH) for the uclibc build, even if the final gcc
is already installed.

SVN-Revision: 32553
</pre>
</div>
</content>
</entry>
<entry>
<title>uClibc: update to 0.9.33.2, fixes #4420</title>
<updated>2012-05-15T13:42:32+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-15T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3ea4b6ba915e39213ae182a1ed287a8c4e6087b2'/>
<id>3ea4b6ba915e39213ae182a1ed287a8c4e6087b2</id>
<content type='text'>
SVN-Revision: 31740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31740
</pre>
</div>
</content>
</entry>
<entry>
<title>uClibc: remove 0.9.32, it is no longer necessary</title>
<updated>2012-05-15T13:42:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-05-15T13:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d98c2d542cfae2572f8f97965ebe1bfb2e110bd6'/>
<id>d98c2d542cfae2572f8f97965ebe1bfb2e110bd6</id>
<content type='text'>
SVN-Revision: 31739
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31739
</pre>
</div>
</content>
</entry>
<entry>
<title>add 0.9.33</title>
<updated>2012-02-08T15:45:44+00:00</updated>
<author>
<name>Imre Kaloz</name>
<email>kaloz@openwrt.org</email>
</author>
<published>2012-02-08T15:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9bf867b53132f595cae90cc201798bd1f77dfb64'/>
<id>9bf867b53132f595cae90cc201798bd1f77dfb64</id>
<content type='text'>
SVN-Revision: 30374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 30374
</pre>
</div>
</content>
</entry>
<entry>
<title>if CONFIG_BUILD_NLS is selected, compile uClibc with locale support</title>
<updated>2012-01-01T15:11:11+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-01-01T15:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d22adb1b064eef2ee878f357e99589e30437ff31'/>
<id>d22adb1b064eef2ee878f357e99589e30437ff31</id>
<content type='text'>
SVN-Revision: 29633
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 29633
</pre>
</div>
</content>
</entry>
<entry>
<title>uClibc: update to latest 0.9.32.1 git</title>
<updated>2011-07-25T13:38:58+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-07-25T13:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=816f76457cce2290440e41e43744cb473a6f93c2'/>
<id>816f76457cce2290440e41e43744cb473a6f93c2</id>
<content type='text'>
SVN-Revision: 27772
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27772
</pre>
</div>
</content>
</entry>
</feed>
