Skip to content

Commit 7bc227b

Browse files
committed
gcc: 15.x: update to 15.2
Update GCC15 to 15.2 to include upstream bugfixes. Link: openwrt/openwrt#19713 Signed-off-by: Robert Marko <[email protected]>
1 parent aa0b5eb commit 7bc227b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

toolchain/gcc/Config.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config GCC_VERSION
1515
default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
1616
default "12.3.0" if GCC_VERSION_12
1717
default "13.3.0" if GCC_VERSION_13
18-
default "15.1.0" if GCC_VERSION_15
18+
default "15.2.0" if GCC_VERSION_15
1919
default "14.3.0"
2020

2121
config GCC_USE_DEFAULT_VERSION

toolchain/gcc/common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ ifeq ($(PKG_VERSION),14.3.0)
4646
PKG_HASH:=e0dc77297625631ac8e50fa92fffefe899a4eb702592da5c32ef04e2293aca3a
4747
endif
4848

49-
ifeq ($(PKG_VERSION),15.1.0)
50-
PKG_HASH:=e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea
49+
ifeq ($(PKG_VERSION),15.2.0)
50+
PKG_HASH:=438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e
5151
endif
5252

5353
PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x

toolchain/gcc/patches-15.x/910-mbsd_multi.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
4040
case OPT_fconstant_string_class_:
4141
constant_string_class_name = arg;
4242
break;
43-
@@ -1359,6 +1368,47 @@ c_common_init (void)
43+
@@ -1361,6 +1370,47 @@ c_common_init (void)
4444
return false;
4545
}
4646

0 commit comments

Comments
 (0)