summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-runtime.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-21 19:08:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-10 13:11:38 +0100
commitfa72b850b1b1cdb87b186dc5deee0ca1b266272c (patch)
tree2a26b60cde374c013129f6a1535425020730ab3f /meta/recipes-devtools/gcc/gcc-runtime.inc
parentcee443ae75fe8160b1c5051895747b20781916b9 (diff)
downloadpoky-fa72b850b1b1cdb87b186dc5deee0ca1b266272c.tar.gz
gcc: upgrade 11.3 -> 12.1
Major gcc release with lot of changes [2] - Add patch to re-shuffle include of sched.h to fix build on musl - porting guide to gcc 12 [1] - Fix version in maintainers entry [1] https://gcc.gnu.org/gcc-12/porting_to.html [2] https://gcc.gnu.org/gcc-12/changes.html (From OE-Core rev: b8878cf0d35cf3d1ac30576d9b9943a7761c011b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index e9f2cf16e8..c39a0caf8a 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -2,7 +2,7 @@ require gcc-configure-common.inc
2 2
3SUMMARY = "Runtime libraries from GCC" 3SUMMARY = "Runtime libraries from GCC"
4 4
5# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPL-3.0-only" 5# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3"
6# All gcc-runtime packages are now covered by the runtime exception. 6# All gcc-runtime packages are now covered by the runtime exception.
7LICENSE = "GPL-3.0-with-GCC-exception" 7LICENSE = "GPL-3.0-with-GCC-exception"
8 8