<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/target/toolchain/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>build: get rid of host.mk</title>
<updated>2017-02-26T12:31:44+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-02-20T13:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96'/>
<id>9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96</id>
<content type='text'>
Defined required host related variables in toplevel.mk instead

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defined required host related variables in toplevel.mk instead

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>target/toolchain: Fix toolchain packaging without package build</title>
<updated>2016-09-06T09:40:12+00:00</updated>
<author>
<name>Micha Lenk</name>
<email>micha@lenk.info</email>
</author>
<published>2016-08-09T10:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=81dfbfb069c3c8f3e5499f55b02b1f320208707d'/>
<id>81dfbfb069c3c8f3e5499f55b02b1f320208707d</id>
<content type='text'>
If the toolchain is packaged for later use as external toolchain, the resulting
tarball is created in $BIN_DIR. But without building all packages first that
directory isn't created, hence 'make target/toolchain/compile' fails when
trying to create the toolchain tarball with error "Cannot open: No such file or
directory".

To fix that the $BIN_DIR is created before using it.

Signed-off-by: Micha Lenk &lt;micha@lenk.info&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the toolchain is packaged for later use as external toolchain, the resulting
tarball is created in $BIN_DIR. But without building all packages first that
directory isn't created, hence 'make target/toolchain/compile' fails when
trying to create the toolchain tarball with error "Cannot open: No such file or
directory".

To fix that the $BIN_DIR is created before using it.

Signed-off-by: Micha Lenk &lt;micha@lenk.info&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IB/SDK/toolchain: use lower cases filenames</title>
<updated>2016-06-01T15:54:36+00:00</updated>
<author>
<name>Alexander Couzens</name>
<email>lynxis@fe80.eu</email>
</author>
<published>2016-05-26T14:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2e980479c1eab08dd27d7ec72ecba37e2e17f1d0'/>
<id>2e980479c1eab08dd27d7ec72ecba37e2e17f1d0</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST</title>
<updated>2016-06-01T15:54:36+00:00</updated>
<author>
<name>Alexander Couzens</name>
<email>lynxis@fe80.eu</email>
</author>
<published>2016-05-26T13:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a7c65340088ed28334854013370c17ce4c4b95f'/>
<id>4a7c65340088ed28334854013370c17ce4c4b95f</id>
<content type='text'>
VERSION_DIST can contains spaces which produces problems when used as file name

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VERSION_DIST can contains spaces which produces problems when used as file name

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>targets: Use configured distribution name for SDK, IB, and Toolchain tarball names</title>
<updated>2016-01-03T14:44:42+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-03T14:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=d69efa4e1538b3667a684c8520dfd8d11662b258'/>
<id>d69efa4e1538b3667a684c8520dfd8d11662b258</id>
<content type='text'>
We allow to configure the version distribution name;
let's also use it for the tarballs (SDK, ImageBuilder,
and SDK).

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48081
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We allow to configure the version distribution name;
let's also use it for the tarballs (SDK, ImageBuilder,
and SDK).

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48081
</pre>
</div>
</content>
</entry>
<entry>
<title>target/toolchain: Fix tarball filename</title>
<updated>2016-01-03T14:44:36+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-01-03T14:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2274fbc8dbb996887f26c61d58176b3ea645e310'/>
<id>2274fbc8dbb996887f26c61d58176b3ea645e310</id>
<content type='text'>
Toolchain makefile was missing include of version.mk
so the openwrt version was missing from the filename.
This patch fixes that.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Toolchain makefile was missing include of version.mk
so the openwrt version was missing from the filename.
This patch fixes that.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48080
</pre>
</div>
</content>
</entry>
<entry>
<title>toolchain: respect CONFIG_VERSION_FILENAMES and add host system suffix</title>
<updated>2015-02-07T21:01:37+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2015-02-07T21:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=e9c10a0c8e4511e19a31f983162c171ab4dccba2'/>
<id>e9c10a0c8e4511e19a31f983162c171ab4dccba2</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44311
</pre>
</div>
</content>
</entry>
<entry>
<title>target/toolchain: strip files, leave out the initial gcc</title>
<updated>2014-08-26T12:32:51+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-26T12:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=315e567ab233c8b7208c33afcd9a6b1184fedd33'/>
<id>315e567ab233c8b7208c33afcd9a6b1184fedd33</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42302
</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: 42302
</pre>
</div>
</content>
</entry>
<entry>
<title>derive system from hostcc to allow building inside a chroot</title>
<updated>2012-08-22T15:07:32+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2012-08-22T15:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3686b8d279c4ef5840a2001695de234ecdb313d9'/>
<id>3686b8d279c4ef5840a2001695de234ecdb313d9</id>
<content type='text'>
SVN-Revision: 33228
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33228
</pre>
</div>
</content>
</entry>
<entry>
<title>target/toolchain: fix installation after r22723</title>
<updated>2010-09-04T11:56:33+00:00</updated>
<author>
<name>Gabor Juhos</name>
<email>juhosg@openwrt.org</email>
</author>
<published>2010-09-04T11:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3e747a7f7534d1c7a5ac1b8e58b99a2585cac0c9'/>
<id>3e747a7f7534d1c7a5ac1b8e58b99a2585cac0c9</id>
<content type='text'>
SVN-Revision: 22887
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22887
</pre>
</div>
</content>
</entry>
</feed>
