<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jogo/toolchain/gcc, 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-29T20:09:45Z</updated>
<entry>
<title>gcc: update gcc 5 to version 5.3.0</title>
<updated>2016-02-29T20:09:45Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-29T20:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=5168d43b16658db0bf17db9798715e4363fdf2bc'/>
<id>urn:sha1:5168d43b16658db0bf17db9798715e4363fdf2bc</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48826
</content>
</entry>
<entry>
<title>toolchain: add support of ARCv2 architecture</title>
<updated>2016-02-18T08:22:17Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-18T08:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=7b821a5ae882cb0c70fd9d09ec9d5952985951dc'/>
<id>urn:sha1:7b821a5ae882cb0c70fd9d09ec9d5952985951dc</id>
<content type='text'>
This change adds support of ARC ISAv2 processors in
OpenWRT toolchain.

In general gcc for ARC may compile code for both ISA versions
simultaneously but libgcc will be built only for default
architecture that's why it's necessary to specify --with-cpu
on gcc configuration.

As for uClibc we need to use different configurations for
different ARC ISAs.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 48739
</content>
</entry>
<entry>
<title>gcc: backport a libgcc fix for a dependency on libc write() on ARM</title>
<updated>2016-01-25T12:41:55Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-25T12:41:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=d9db303af65e436fd51b7dabd3af84ba4b6518bf'/>
<id>urn:sha1:d9db303af65e436fd51b7dabd3af84ba4b6518bf</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48485
</content>
</entry>
<entry>
<title>gcc: drop version 4.8-linaro</title>
<updated>2016-01-20T13:54:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-20T13:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=6ae4479190a2d73cad047eab6e86d4a71323329b'/>
<id>urn:sha1:6ae4479190a2d73cad047eab6e86d4a71323329b</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48395
</content>
</entry>
<entry>
<title>gcc: remove v4.6 relicts</title>
<updated>2015-12-23T11:23:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-12-23T11:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=dbf2ec47a6d94f5899fc3f681f2384ce53526779'/>
<id>urn:sha1:dbf2ec47a6d94f5899fc3f681f2384ce53526779</id>
<content type='text'>
Fixes: commit f17e56eff5b9 ("gcc: remove version 4.6, it is no longer needed")

CC: Felix Fietkau &lt;nbd@openwrt.org&gt;
Signed-off-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt;

SVN-Revision: 47965
</content>
</entry>
<entry>
<title>gcc: make colors optional based on the GCC_COLORS env var</title>
<updated>2015-11-25T14:12:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-25T14:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=6638374f5d3f70a9b82545161bc523fdc6808a34'/>
<id>urn:sha1:6638374f5d3f70a9b82545161bc523fdc6808a34</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47642
</content>
</entry>
<entry>
<title>gcc: fix internal compiler error on MIPS with MIPS16 enabled (triggered by libpcap)</title>
<updated>2015-11-18T00:57:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-18T00:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=52a307e54a485797d7c38af45b4e9f453f170c61'/>
<id>urn:sha1:52a307e54a485797d7c38af45b4e9f453f170c61</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47494
</content>
</entry>
<entry>
<title>gcc: switch to 5.2.0 by default</title>
<updated>2015-11-17T12:38:41Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-17T12:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=124b8a6dd668399bd3d636ed6c8888c2ff74b188'/>
<id>urn:sha1:124b8a6dd668399bd3d636ed6c8888c2ff74b188</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47492
</content>
</entry>
<entry>
<title>gcc: add a patch to 5.x that supports translation of __FILE__ paths</title>
<updated>2015-11-17T12:38:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-17T12:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=331735a357a73c7b8adc205241ac3cc6543d985e'/>
<id>urn:sha1:331735a357a73c7b8adc205241ac3cc6543d985e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47490
</content>
</entry>
<entry>
<title>gcc: set the isl/cloog prefix when graphite is enabled, disable it explicitly if it is disabled in the config</title>
<updated>2015-11-13T11:35:41Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-13T11:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=9d6a9b6f516e650630d94012cb7e898df5301189'/>
<id>urn:sha1:9d6a9b6f516e650630d94012cb7e898df5301189</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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