diff options
| author | Sundeep KOKKONDA <sundeep.kokkonda@windriver.com> | 2023-06-23 09:40:55 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-06-30 04:07:59 -1000 |
| commit | 769673babcfe2a6b48911a3f898a4a0baec37b1e (patch) | |
| tree | 166a0948a26c34256f5874d7efb99598f677fc26 /meta | |
| parent | 2a553c39a03d88b7e24ea4d275c52d032c91159a (diff) | |
| download | poky-769673babcfe2a6b48911a3f898a4a0baec37b1e.tar.gz | |
gcc : upgrade to v12.3
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
(From OE-Core rev: 5aacf91e9839f60f5cb933e27a349c2ed7fcddf4)
Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-12.3.inc (renamed from meta/recipes-devtools/gcc/gcc-12.2.inc) | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-cross-canadian_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-cross_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-crosssdk_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-runtime_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-sanitizers_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc-source_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc_12.3.bb (renamed from meta/recipes-devtools/gcc/gcc_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/libgcc-initial_12.3.bb (renamed from meta/recipes-devtools/gcc/libgcc-initial_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/libgcc_12.3.bb (renamed from meta/recipes-devtools/gcc/libgcc_12.2.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/libgfortran_12.3.bb (renamed from meta/recipes-devtools/gcc/libgfortran_12.2.bb) | 0 |
11 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-12.2.inc b/meta/recipes-devtools/gcc/gcc-12.3.inc index 0dbbecad4a..4ec03f925c 100644 --- a/meta/recipes-devtools/gcc/gcc-12.2.inc +++ b/meta/recipes-devtools/gcc/gcc-12.3.inc | |||
| @@ -2,11 +2,11 @@ require gcc-common.inc | |||
| 2 | 2 | ||
| 3 | # Third digit in PV should be incremented after a minor release | 3 | # Third digit in PV should be incremented after a minor release |
| 4 | 4 | ||
| 5 | PV = "12.2.0" | 5 | PV = "12.3.0" |
| 6 | 6 | ||
| 7 | # BINV should be incremented to a revision after a minor gcc release | 7 | # BINV should be incremented to a revision after a minor gcc release |
| 8 | 8 | ||
| 9 | BINV = "12.2.0" | 9 | BINV = "12.3.0" |
| 10 | 10 | ||
| 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
| 12 | 12 | ||
| @@ -64,7 +64,7 @@ SRC_URI = "${BASEURI} \ | |||
| 64 | file://prefix-map-realpath.patch \ | 64 | file://prefix-map-realpath.patch \ |
| 65 | file://hardcoded-paths.patch \ | 65 | file://hardcoded-paths.patch \ |
| 66 | " | 66 | " |
| 67 | SRC_URI[sha256sum] = "e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff" | 67 | SRC_URI[sha256sum] = "949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b" |
| 68 | 68 | ||
| 69 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}" | 69 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${SOURCEDIR}" |
| 70 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 70 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_12.2.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_12.3.bb index bf53c5cd78..bf53c5cd78 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-cross_12.2.bb b/meta/recipes-devtools/gcc/gcc-cross_12.3.bb index b43cca0c52..b43cca0c52 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_12.3.bb index 40a6c4feff..40a6c4feff 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_12.2.bb b/meta/recipes-devtools/gcc/gcc-runtime_12.3.bb index dd430b57eb..dd430b57eb 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_12.2.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb index 8bda2ccad6..8bda2ccad6 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc-source_12.2.bb b/meta/recipes-devtools/gcc/gcc-source_12.3.bb index b890fa33ea..b890fa33ea 100644 --- a/meta/recipes-devtools/gcc/gcc-source_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc-source_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/gcc_12.2.bb b/meta/recipes-devtools/gcc/gcc_12.3.bb index 255fe552bd..255fe552bd 100644 --- a/meta/recipes-devtools/gcc/gcc_12.2.bb +++ b/meta/recipes-devtools/gcc/gcc_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_12.2.bb b/meta/recipes-devtools/gcc/libgcc-initial_12.3.bb index a259082b47..a259082b47 100644 --- a/meta/recipes-devtools/gcc/libgcc-initial_12.2.bb +++ b/meta/recipes-devtools/gcc/libgcc-initial_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgcc_12.2.bb b/meta/recipes-devtools/gcc/libgcc_12.3.bb index f88963b0a4..f88963b0a4 100644 --- a/meta/recipes-devtools/gcc/libgcc_12.2.bb +++ b/meta/recipes-devtools/gcc/libgcc_12.3.bb | |||
diff --git a/meta/recipes-devtools/gcc/libgfortran_12.2.bb b/meta/recipes-devtools/gcc/libgfortran_12.3.bb index 71dd8b4bdc..71dd8b4bdc 100644 --- a/meta/recipes-devtools/gcc/libgfortran_12.2.bb +++ b/meta/recipes-devtools/gcc/libgfortran_12.3.bb | |||
