]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc : upgrade to v12.3 jansa/langdale
authorSundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Fri, 23 Jun 2023 16:40:55 +0000 (09:40 -0700)
committerMartin Jansa <martin.jansa@gmail.com>
Thu, 4 Apr 2024 12:18:23 +0000 (14:18 +0200)
gcc stable version upgraded from v12.2 to v12.3

Below is the bug fix list for v12.3
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=12.3

MJ: fixes webruntime-120 builds in webOS

Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
meta/recipes-devtools/gcc/gcc-12.3.inc [moved from meta/recipes-devtools/gcc/gcc-12.2.inc with 97% similarity]
meta/recipes-devtools/gcc/gcc-cross-canadian_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-cross-canadian_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-cross_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-cross_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-crosssdk_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-runtime_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-runtime_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-sanitizers_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-source_12.3.bb [moved from meta/recipes-devtools/gcc/gcc-source_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc_12.3.bb [moved from meta/recipes-devtools/gcc/gcc_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc-initial_12.3.bb [moved from meta/recipes-devtools/gcc/libgcc-initial_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc_12.3.bb [moved from meta/recipes-devtools/gcc/libgcc_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgfortran_12.3.bb [moved from meta/recipes-devtools/gcc/libgfortran_12.2.bb with 100% similarity]

similarity index 97%
rename from meta/recipes-devtools/gcc/gcc-12.2.inc
rename to meta/recipes-devtools/gcc/gcc-12.3.inc
index 0dbbecad4ad8db46fac61fd47a3d726b02effb32..4ec03f925c87cd1c3a6d74f47c7a4e8e203b3704 100644 (file)
@@ -2,11 +2,11 @@ require gcc-common.inc
 
 # Third digit in PV should be incremented after a minor release
 
-PV = "12.2.0"
+PV = "12.3.0"
 
 # BINV should be incremented to a revision after a minor gcc release
 
-BINV = "12.2.0"
+BINV = "12.3.0"
 
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
 
@@ -64,7 +64,7 @@ SRC_URI = "${BASEURI} \
            file://prefix-map-realpath.patch \
            file://hardcoded-paths.patch \
 "
-SRC_URI[sha256sum] = "e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff"
+SRC_URI[sha256sum] = "949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b"
 
 S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}"
 B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"