<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jogo/toolchain/Config.in, branch reboot</title>
<subtitle>Staging tree of Jonas Gorski</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jogo/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jogo/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/'/>
<updated>2016-02-26T10:56:02Z</updated>
<entry>
<title>toolchain: use musl instead of glibc by default for mips64</title>
<updated>2016-02-26T10:56:02Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-26T10:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=9ae85414662453a46025630c6e3fd64f447771d5'/>
<id>urn:sha1:9ae85414662453a46025630c6e3fd64f447771d5</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48804
</content>
</entry>
<entry>
<title>toolchain: fix default toolchain selection for mips64 added in r47355</title>
<updated>2016-01-29T23:19:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-29T23:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=88df28aab181d3660c8544bf16ec8784e3a7f050'/>
<id>urn:sha1:88df28aab181d3660c8544bf16ec8784e3a7f050</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48554
</content>
</entry>
<entry>
<title>toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option</title>
<updated>2016-01-19T23:44:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-19T23:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=54dad4c873c131311662cf00133a9f750fe91255'/>
<id>urn:sha1:54dad4c873c131311662cf00133a9f750fe91255</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48387
</content>
</entry>
<entry>
<title>gcc: remove version 4.6, it is no longer needed</title>
<updated>2015-11-10T21:10:53Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-10T21:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=f7939f5e74edf5e504c609fd852ff163c67d6e36'/>
<id>urn:sha1:f7939f5e74edf5e504c609fd852ff163c67d6e36</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47443
</content>
</entry>
<entry>
<title>toolchain: add support of ARC architecture</title>
<updated>2015-11-10T12:03:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-10T12:03:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=8b5d644bb36846660e1fa20d38361fec12a14b28'/>
<id>urn:sha1:8b5d644bb36846660e1fa20d38361fec12a14b28</id>
<content type='text'>
This includes binutils, gcc, gdb and uClibc-ng.

Latest release of ARC gcc (as of today it is "arc-2015.06")
is based on upstream gcc 4.8.4.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc

Latest release of ARC binutils (as of today it is "arc-2015.06")
is based on upstream binutils 2.23.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06

Latest release of ARC GDB (as of today this is "arc-2015.06-gdb")
is based on upstream gdb 7.9.1.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb

Note that for binutils and gdb that come from unified git repository
(which is the case for upstream binutils/gdb today) we need to disable
building of gdb in binutils and binutils in gdb hence in binutils:
------&gt;8------
--disable-sim
--disable-gdb
------&gt;8------

and in gdb:
------&gt;8------
--disable-binutils
--disable-ld
--disable-gas
------&gt;8------

Also in gdb we disable sim because if the following breakage while
building with it:
------------&gt;8------------
/usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \
        -mono -fast -pbb -switch sem5-switch.c \
        -cpu a5f -infile ./mloop5.in \
        -outfile-suffix 5
unknown option: bash
Makefile:699: recipe for target 'stamp-5mloop' failed
make[7]: *** [stamp-5mloop] Error 1
------------&gt;8------------

Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: John Crispin &lt;blogic@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

SVN-Revision: 47438
</content>
</entry>
<entry>
<title>uClibc: mark as broken for all architectures that use musl by default</title>
<updated>2015-11-07T12:11:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-07T12:11:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=2e29046a9efbb9fcfabbf70c54b9f3026fcf4466'/>
<id>urn:sha1:2e29046a9efbb9fcfabbf70c54b9f3026fcf4466</id>
<content type='text'>
We will only support uClibc for targets that actually need it.

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

SVN-Revision: 47401
</content>
</entry>
<entry>
<title>toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy there in a few places</title>
<updated>2015-11-02T18:12:01Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-02T18:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=36d3c4bdbf42dcd80c963ba6066c505ab24882f3'/>
<id>urn:sha1:36d3c4bdbf42dcd80c963ba6066c505ab24882f3</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47355
</content>
</entry>
<entry>
<title>toolchain: switch to musl by default, except for mips64</title>
<updated>2015-06-15T23:05:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-06-15T23:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=a7780603923fddec225c9f4b0990fede4c2695a9'/>
<id>urn:sha1:a7780603923fddec225c9f4b0990fede4c2695a9</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45995
</content>
</entry>
<entry>
<title>toolchain/musl: update to the latest version, adds aarch64 support</title>
<updated>2015-03-28T13:38:45Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-28T13:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=5809da3c05c26d6de3468594278a1f7ffd50a23f'/>
<id>urn:sha1:5809da3c05c26d6de3468594278a1f7ffd50a23f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45091
</content>
</entry>
<entry>
<title>toolchain: remove obsolete !avr32 dependency</title>
<updated>2015-03-24T10:07:13Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-24T10:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=85a3512150e1ccddc6dff3a35970aa7ea34b3a6a'/>
<id>urn:sha1:85a3512150e1ccddc6dff3a35970aa7ea34b3a6a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44962
</content>
</entry>
</feed>
