<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/toolchain, 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>2016-06-07T06:59:36Z</updated>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>toolchain: gcc: fix build with GCC 6</title>
<updated>2016-05-10T22:36:55Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=c82c6c765d6939c50ddd1d6948984eaea43d1ea0'/>
<id>urn:sha1:c82c6c765d6939c50ddd1d6948984eaea43d1ea0</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49344
</content>
</entry>
<entry>
<title>toolchain/uClibc: enable UCLIBC_HAS_OBSOLETE_BSD_SIGNAL</title>
<updated>2016-04-17T12:49:30Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-04-17T12:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b60108242b39cef382ac8e84749401bfad8e95bb'/>
<id>urn:sha1:b60108242b39cef382ac8e84749401bfad8e95bb</id>
<content type='text'>
This is required to build net-snmp.

If that options is disabled in uClibc then net-snmp doesn't
detect sighold support on its configuration stage and so
defines HAVE_SIGHOLD as 0. That in its turn causes compilation of
the following branch of timerPause() in apps/snmpnetstat:
------------------&gt;8----------------
    int             oldmask;
    oldmask = sigblock(sigmask(SIGALRM));
    if (!signalled) {
        sigpause(0);
    }
    sigsetmask(oldmask);
------------------&gt;8----------------

Now in uClibc all 3 sigblock(), sigmask() and sigsetmask()
were removed back in 2005, see:
https://git.busybox.net/uClibc/commit/?id=5aa7aa7fa7ec2a0fe567ac0b2595b46add6f3594

And all that causes net-snmp linkage to fail this way:
------------------&gt;8----------------
.libs/if.o: In function `intpr':
if.c:(.text+0x908): undefined reference to `sigmask'
if.c:(.text+0x90e): undefined reference to `sigblock'
if.c:(.text+0x924): undefined reference to `sigsetmask'
------------------&gt;8----------------

If we enable UCLIBC_HAS_OBSOLETE_BSD_SIGNAL in uClibc then
branch with sighold is used in timerPause() and everything builds as
expected.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;


SVN-Revision: 49178
</content>
</entry>
<entry>
<title>toolchain/gdb: Update to 7.11</title>
<updated>2016-03-10T19:11:41Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-10T19:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7d9dc739bfcb5a971114c7adda165fa322a6f46b'/>
<id>urn:sha1:7d9dc739bfcb5a971114c7adda165fa322a6f46b</id>
<content type='text'>
Update gdb to version 7.11

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 48989
</content>
</entry>
<entry>
<title>musl: update to latest git, adds some fixes for the mips64 port and regular expressions</title>
<updated>2016-03-07T21:00:49Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-03-07T21:00:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=a02279889368594227afbbf5febb41c61421f5d2'/>
<id>urn:sha1:a02279889368594227afbbf5febb41c61421f5d2</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48957
</content>
</entry>
<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/svn-archive/archive/commit/?id=65dee2ba97de2519ca83299e1b8eceaae48a293b'/>
<id>urn:sha1:65dee2ba97de2519ca83299e1b8eceaae48a293b</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 48826
</content>
</entry>
<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/svn-archive/archive/commit/?id=7f4e3d7dff980d007b092a7cf410cdaf9c563d5a'/>
<id>urn:sha1:7f4e3d7dff980d007b092a7cf410cdaf9c563d5a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48804
</content>
</entry>
<entry>
<title>musl: add mips64 port</title>
<updated>2016-02-26T10:55:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-26T10:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=501a07d66c8c98e6e52760a32732d0cfa0893266'/>
<id>urn:sha1:501a07d66c8c98e6e52760a32732d0cfa0893266</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48803
</content>
</entry>
<entry>
<title>toolchain/glibc: remove obsolete versions</title>
<updated>2016-02-25T13:43:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-25T13:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f4fe75bfb07ec5eef86abd5d70e287fa5c40a8e4'/>
<id>urn:sha1:f4fe75bfb07ec5eef86abd5d70e287fa5c40a8e4</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48780
</content>
</entry>
<entry>
<title>musl: update to version 1.1.14</title>
<updated>2016-02-25T09:24:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-25T09:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=74c7e32a5a2975255f97ec01555f782d607abc53'/>
<id>urn:sha1:74c7e32a5a2975255f97ec01555f782d607abc53</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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