summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorOlcay Korkmaz <nuke_mania@hotmail.com>2024-05-28 22:42:41 +0300
committerNick Hainke <vincent@systemli.org>2024-05-28 23:55:27 +0200
commit3b63abfbfce7aff54023c7b1eff3f13c85693369 (patch)
tree5e5a1eb002d71724f5f3f29fc718f185c3550137 /toolchain/gcc/common.mk
parent3a2706ed108d7005f85bf416712986132ff38138 (diff)
downloadopenwrt-3b63abfbfce7aff54023c7b1eff3f13c85693369.tar.gz
openwrt-3b63abfbfce7aff54023c7b1eff3f13c85693369.tar.bz2
openwrt-3b63abfbfce7aff54023c7b1eff3f13c85693369.zip
toolchain: gcc: update to 13.3
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 <nuke_mania@hotmail.com>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index f5db99f869..2161ce72e4 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -38,8 +38,8 @@ ifeq ($(PKG_VERSION),12.3.0)
PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
endif
-ifeq ($(PKG_VERSION),13.2.0)
- PKG_HASH:=e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
+ifeq ($(PKG_VERSION),13.3.0)
+ PKG_HASH:=0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083
endif
ifeq ($(PKG_VERSION),14.1.0)