<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/include/site, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2015-11-10T12:03:59Z</updated>
<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/svn-archive/archive/commit/?id=534c38bacf143b4c77d497022a2f118a7ad381f8'/>
<id>urn:sha1:534c38bacf143b4c77d497022a2f118a7ad381f8</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>build: add missing sitefile for i386</title>
<updated>2015-03-28T18:26:28Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-28T18:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e871ceee206dcdb88c00edc82ce112a410d350d4'/>
<id>urn:sha1:e871ceee206dcdb88c00edc82ce112a410d350d4</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45097
</content>
</entry>
<entry>
<title>build: clean up sitefiles, make them per-arch</title>
<updated>2015-03-28T13:38:34Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-28T13:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1203ecc68ac0b97b4b26afdf5534cb5757a4062f'/>
<id>urn:sha1:1203ecc68ac0b97b4b26afdf5534cb5757a4062f</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45090
</content>
</entry>
<entry>
<title>build: remove obsolete references to cris and avr32</title>
<updated>2015-03-24T10:07:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-24T10:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=77984de9f9065a7007732c631ef0d9c3f811702d'/>
<id>urn:sha1:77984de9f9065a7007732c631ef0d9c3f811702d</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44965
</content>
</entry>
<entry>
<title>aarch64: add initial support</title>
<updated>2014-11-24T06:33:13Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2014-11-24T06:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=08f5f376ad85cc85c749d4a344e4842ec3a1fcf2'/>
<id>urn:sha1:08f5f376ad85cc85c749d4a344e4842ec3a1fcf2</id>
<content type='text'>
Add initial support for the AArch64 architecture

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 43353
</content>
</entry>
<entry>
<title>[buildroot] add preliminary support for musl</title>
<updated>2012-11-23T20:02:29Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-11-23T20:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=1509445f31c2dff3a796a34fb1f91a01e8576f21'/>
<id>urn:sha1:1509445f31c2dff3a796a34fb1f91a01e8576f21</id>
<content type='text'>
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 34314
</content>
</entry>
<entry>
<title>[buildroot] add sparc specific site files</title>
<updated>2012-09-14T15:36:41Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2012-09-14T15:36:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=4c556afaf117392d4fbadca1992139b8e86b2f3a'/>
<id>urn:sha1:4c556afaf117392d4fbadca1992139b8e86b2f3a</id>
<content type='text'>
SVN-Revision: 33405
</content>
</entry>
<entry>
<title>[include] site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, used by CodeSourcery toolchain</title>
<updated>2012-01-19T03:10:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-01-19T03:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2a45769b1f939a01e5e98c091cda455ed2d46ca6'/>
<id>urn:sha1:2a45769b1f939a01e5e98c091cda455ed2d46ca6</id>
<content type='text'>
SVN-Revision: 29794
</content>
</entry>
<entry>
<title>include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx</title>
<updated>2011-08-12T19:34:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2011-08-12T19:34:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9c2cae795834d9085a8fe6e14675f63b7c03e960'/>
<id>urn:sha1:9c2cae795834d9085a8fe6e14675f63b7c03e960</id>
<content type='text'>
SVN-Revision: 27969
</content>
</entry>
<entry>
<title>site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting largefile support (#8376, #5681)</title>
<updated>2011-04-04T12:11:43Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2011-04-04T12:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d911347a382684a7e20ec98373f1211112f15a86'/>
<id>urn:sha1:d911347a382684a7e20ec98373f1211112f15a86</id>
<content type='text'>
SVN-Revision: 26471
</content>
</entry>
</feed>
