Skip to content

Commit 44a5d1c

Browse files
DragonBluepPolynomialDivision
authored andcommitted
toolchain: gcc: update GCC13 to 13.4
Release Notes: https://gcc.gnu.org/gcc-13/changes.html All patches are automatically refreshed. Build-tested on: ath79/generic(MIPS) ipq40xx/generic(ARMv7) mediatek/filogic(ARMv8) Signed-off-by: Shiji Yang <[email protected]> Link: openwrt/openwrt#19089 Signed-off-by: Nick Hainke <[email protected]>
1 parent d01165a commit 44a5d1c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

toolchain/gcc/Config.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config GCC_VERSION
1414
string
1515
default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
1616
default "12.3.0" if GCC_VERSION_12
17-
default "13.3.0" if GCC_VERSION_13
17+
default "13.4.0" if GCC_VERSION_13
1818
default "15.2.0" if GCC_VERSION_15
1919
default "14.3.0"
2020

toolchain/gcc/common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ifeq ($(PKG_VERSION),12.3.0)
3838
PKG_HASH:=949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
3939
endif
4040

41-
ifeq ($(PKG_VERSION),13.3.0)
42-
PKG_HASH:=0845e9621c9543a13f484e94584a49ffc0129970e9914624235fc1d061a0c083
41+
ifeq ($(PKG_VERSION),13.4.0)
42+
PKG_HASH:=9c4ce6dbb040568fdc545588ac03c5cbc95a8dbf0c7aa490170843afb59ca8f5
4343
endif
4444

4545
ifeq ($(PKG_VERSION),14.3.0)

toolchain/gcc/patches-13.x/010-documentation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Date: Tue Feb 26 16:16:33 2013 +0000
1212

1313
--- a/gcc/Makefile.in
1414
+++ b/gcc/Makefile.in
15-
@@ -3397,18 +3397,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
15+
@@ -3398,18 +3398,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
1616
doc/gccint.info: $(TEXI_GCCINT_FILES)
1717
doc/cppinternals.info: $(TEXI_CPPINT_FILES)
1818

toolchain/gcc/patches-13.x/230-musl_libssp.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/gcc/gcc.cc
22
+++ b/gcc/gcc.cc
3-
@@ -972,7 +972,9 @@ proper position among the other output f
3+
@@ -975,7 +975,9 @@ proper position among the other output f
44
#endif
55

66
#ifndef LINK_SSP_SPEC

toolchain/gcc/patches-13.x/300-mips_Os_cpu_rtx_cost_model.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
1010

1111
--- a/gcc/config/mips/mips.cc
1212
+++ b/gcc/config/mips/mips.cc
13-
@@ -20219,7 +20219,7 @@ mips_option_override (void)
13+
@@ -20228,7 +20228,7 @@ mips_option_override (void)
1414
flag_pcc_struct_return = 0;
1515

1616
/* Decide which rtx_costs structure to use. */

toolchain/gcc/patches-13.x/920-specs_nonfatal_getenv.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Date: Sat Apr 21 03:02:39 2012 +0000
77

88
--- a/gcc/gcc.cc
99
+++ b/gcc/gcc.cc
10-
@@ -10174,8 +10174,10 @@ getenv_spec_function (int argc, const ch
10+
@@ -10184,8 +10184,10 @@ getenv_spec_function (int argc, const ch
1111
}
1212

1313
if (!value)

0 commit comments

Comments
 (0)