<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jow/toolchain, branch main</title>
<subtitle>Staging tree of Jo-Philipp Wich</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jow/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jow/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/'/>
<updated>2024-10-12T20:12:39Z</updated>
<entry>
<title>toolchain/binutils: remove old versions</title>
<updated>2024-10-12T20:12:39Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2024-10-08T11:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=72731b445ee352cbd08f8630379c760e54243d20'/>
<id>urn:sha1:72731b445ee352cbd08f8630379c760e54243d20</id>
<content type='text'>
Reduce supported versions to 3.
Since 2.40 is supported by previous release, this commit
keeps it.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
Link: https://github.com/openwrt/openwrt/pull/16597
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>toolchain: gdb: Update to version 15.2</title>
<updated>2024-10-12T19:51:01Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2024-10-10T20:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=1cd7708eb3f2569ff0c005c568ed9bbd2391a06b'/>
<id>urn:sha1:1cd7708eb3f2569ff0c005c568ed9bbd2391a06b</id>
<content type='text'>
See news file for changes:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-15.1-release

This requires a C++17 compiler compatible compiler.

Link: https://github.com/openwrt/openwrt/pull/16665
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>toolchain/nasm: update to 2.16.03</title>
<updated>2024-09-22T17:06:22Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2024-09-12T12:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=4a5da15b3d2f954662c311ec2c09690ed39d8d8a'/>
<id>urn:sha1:4a5da15b3d2f954662c311ec2c09690ed39d8d8a</id>
<content type='text'>
Use gzip archive to avoid xz usage.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
Link: https://github.com/openwrt/openwrt/pull/16373
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>toolchain: gcc: drop 110-Fix-MIPS-PR-84790.patch</title>
<updated>2024-09-17T13:43:32Z</updated>
<author>
<name>Chuanhong Guo</name>
</author>
<published>2024-09-17T13:41:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=a1b9c28edd7293ea220a792a91498ca9c76752a1'/>
<id>urn:sha1:a1b9c28edd7293ea220a792a91498ca9c76752a1</id>
<content type='text'>
According to the bugzilla link, this is fixed in gcc 14.2.

Signed-off-by: Chuanhong Guo &lt;gch981213@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: binutils: add support for 2.43.1</title>
<updated>2024-09-17T09:30:26Z</updated>
<author>
<name>Olcay Korkmaz</name>
</author>
<published>2024-09-16T21:28:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=802be2457f41cebcf8a48b90d26d609009328294'/>
<id>urn:sha1:802be2457f41cebcf8a48b90d26d609009328294</id>
<content type='text'>
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2024-08/msg00003.html

No need to refresh patches
Test device: Xiaomi ax3600

Signed-off-by: Olcay Korkmaz &lt;nuke_mania@hotmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/16405
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain/fortify-headers: update download url</title>
<updated>2024-09-14T11:55:15Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2024-09-12T12:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=ee64e7f202821cc5b8583d34f63df174a3057b99'/>
<id>urn:sha1:ee64e7f202821cc5b8583d34f63df174a3057b99</id>
<content type='text'>
Development of fortify-headers has been moved to GitHub.
Gentoo [1] and Alpine Linux [2] already uses it.

Since updating fortify-headers to new version causes a lot of
compile errors, this commit does not bump version.

This commit also refresh patch.

[1]: https://packages.gentoo.org/packages/sys-libs/fortify-headers
[2]: https://git.alpinelinux.org/aports/log/main/fortify-headers

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
Link: https://github.com/openwrt/openwrt/pull/16374
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: binutils: add support for 2.43</title>
<updated>2024-08-16T12:10:38Z</updated>
<author>
<name>Chuanhong Guo</name>
</author>
<published>2024-08-15T07:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=9cf6ce5179e2c839e8b5af7d95e500f7d188d9c4'/>
<id>urn:sha1:9cf6ce5179e2c839e8b5af7d95e500f7d188d9c4</id>
<content type='text'>
Drop two backported patches, and autorefresh the rest.

Release notes:
https://lists.gnu.org/archive/html/info-gnu/2024-08/msg00001.html

Link: https://github.com/openwrt/openwrt/pull/16175
Signed-off-by: Chuanhong Guo &lt;gch981213@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: gcc: update GCC 14 to 14.2.0</title>
<updated>2024-08-12T22:30:29Z</updated>
<author>
<name>Thomas Weißschuh</name>
</author>
<published>2024-08-01T15:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=30092019fe6249d9cded6a27e6ceb24e82fbbb52'/>
<id>urn:sha1:30092019fe6249d9cded6a27e6ceb24e82fbbb52</id>
<content type='text'>
All patches automatically rebased.

Signed-off-by: Thomas Weißschuh &lt;thomas@t-8ch.de&gt;
Link: https://github.com/openwrt/openwrt/pull/16047
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>toolchain/musl: add support for renameat2()</title>
<updated>2024-06-13T12:16:32Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2024-06-12T05:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=cc6a1e2abcdf32fc829755026f4dcb56d6dcde4a'/>
<id>urn:sha1:cc6a1e2abcdf32fc829755026f4dcb56d6dcde4a</id>
<content type='text'>
Backport an upstream patch to support the renameat2 syscall, added in Linux
3.15 and supported by glibc since 2.28. It is commonly used in filesystem
or security contexts, and needed building upstream kernel bpf selftests.

Link:
https://inbox.vuxu.org/musl/20240421153640.379015-1-Tony.Ambardar@gmail.com/

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
Link: https://github.com/openwrt/openwrt/pull/15697
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: gcc: update to 13.3</title>
<updated>2024-05-28T21:55:27Z</updated>
<author>
<name>Olcay Korkmaz</name>
</author>
<published>2024-05-28T19:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jow/commit/?id=3b63abfbfce7aff54023c7b1eff3f13c85693369'/>
<id>urn:sha1:3b63abfbfce7aff54023c7b1eff3f13c85693369</id>
<content type='text'>
Release Notes:
https://gcc.gnu.org/pipermail/gcc/2024-May/243980.html

Remove upstreamed patches:
- patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch
- patches-13.x/021-libcc1-fix-vector-include.patch
- patches-13.x/400-LoongArch-Fix-MUSL_DYNAMIC_LINKER.patch
- patches-13.x/401-LoongArch-Modify-MUSL_DYNAMIC_LINKER.patch

Refresh patches:
- patches-13.x/300-mips_Os_cpu_rtx_cost_model.patch
- patches-13.x/970-macos_arm64-building-fix.patch

Signed-off-by: Olcay Korkmaz &lt;nuke_mania@hotmail.com&gt;
</content>
</entry>
</feed>
