gcc: 15.x: update to 15.2

Update GCC15 to 15.2 to include upstream bugfixes.

Link: https://github.com/openwrt/openwrt/pull/19713
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko
2025-08-08 14:31:18 +02:00
parent aa0b5eb429
commit 7bc227b82d
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ config GCC_VERSION
default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN default EXTERNAL_GCC_VERSION if EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN
default "12.3.0" if GCC_VERSION_12 default "12.3.0" if GCC_VERSION_12
default "13.3.0" if GCC_VERSION_13 default "13.3.0" if GCC_VERSION_13
default "15.1.0" if GCC_VERSION_15 default "15.2.0" if GCC_VERSION_15
default "14.3.0" default "14.3.0"
config GCC_USE_DEFAULT_VERSION config GCC_USE_DEFAULT_VERSION

View File

@@ -46,8 +46,8 @@ ifeq ($(PKG_VERSION),14.3.0)
PKG_HASH:=e0dc77297625631ac8e50fa92fffefe899a4eb702592da5c32ef04e2293aca3a PKG_HASH:=e0dc77297625631ac8e50fa92fffefe899a4eb702592da5c32ef04e2293aca3a
endif endif
ifeq ($(PKG_VERSION),15.1.0) ifeq ($(PKG_VERSION),15.2.0)
PKG_HASH:=e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea PKG_HASH:=438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e
endif endif
PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x PATCH_DIR=../patches-$(GCC_MAJOR_VERSION).x

View File

@@ -40,7 +40,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
case OPT_fconstant_string_class_: case OPT_fconstant_string_class_:
constant_string_class_name = arg; constant_string_class_name = arg;
break; break;
@@ -1359,6 +1368,47 @@ c_common_init (void) @@ -1361,6 +1370,47 @@ c_common_init (void)
return false; return false;
} }