From: Hemanth Kumar M D <[email protected]> - Added support for AVR32EB14/20/28/32, AVR16LA14/20/28/32, and AVR32LA14/20/28/32 devices - Added IEEE double functions sincos and sincosl support
* Drop backports available in this release. Release notes: https://gcc.gnu.org/gcc-15/changes.html Docs: https://gcc.gnu.org/onlinedocs/15.3.0/ Bug fixes: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=522382&resolution=FIXED&target_milestone=15.3 Signed-off-by: Hemanth Kumar M D <[email protected]> --- meta/conf/distro/include/maintainers.inc | 2 +- .../gcc/{gcc-15.2.inc => gcc-15.3.inc} | 11 ++++------- ...ss-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} | 0 .../gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} | 0 .../{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} | 0 .../gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} | 0 ...{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} | 0 .../gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} | 0 .../recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} | 0 ...{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} | 0 .../gcc/{libgcc_15.2.bb => libgcc_15.3.bb} | 0 .../gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} | 0 12 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-devtools/gcc/{gcc-15.2.inc => gcc-15.3.inc} (92%) rename meta/recipes-devtools/gcc/{gcc-cross-canadian_15.2.bb => gcc-cross-canadian_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc-cross_15.2.bb => gcc-cross_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc-crosssdk_15.2.bb => gcc-crosssdk_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc-runtime_15.2.bb => gcc-runtime_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc-sanitizers_15.2.bb => gcc-sanitizers_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc-source_15.2.bb => gcc-source_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{gcc_15.2.bb => gcc_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{libgcc-initial_15.2.bb => libgcc-initial_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{libgcc_15.2.bb => libgcc_15.3.bb} (100%) rename meta/recipes-devtools/gcc/{libgfortran_15.2.bb => libgfortran_15.3.bb} (100%) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 07e840ac34..99242af484 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -200,7 +200,7 @@ RECIPE_MAINTAINER:pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <r RECIPE_MAINTAINER:pn-gcc-crosssdk-${SDK_SYS} = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-gcc-runtime = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-gcc-sanitizers = "Khem Raj <[email protected]>" -RECIPE_MAINTAINER:pn-gcc-source-15.2.0 = "Khem Raj <[email protected]>" +RECIPE_MAINTAINER:pn-gcc-source-15.3.0 = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <[email protected]>" RECIPE_MAINTAINER:pn-gconf = "Ross Burton <[email protected]>" RECIPE_MAINTAINER:pn-gcr = "Unassigned <[email protected]>" diff --git a/meta/recipes-devtools/gcc/gcc-15.2.inc b/meta/recipes-devtools/gcc/gcc-15.3.inc similarity index 92% rename from meta/recipes-devtools/gcc/gcc-15.2.inc rename to meta/recipes-devtools/gcc/gcc-15.3.inc index a96f2b8411..2f74351085 100644 --- a/meta/recipes-devtools/gcc/gcc-15.2.inc +++ b/meta/recipes-devtools/gcc/gcc-15.3.inc @@ -2,11 +2,11 @@ require gcc-common.inc # Third digit in PV should be incremented after a minor release -PV = "15.2.0" +PV = "15.3.0" # BINV should be incremented to a revision after a minor gcc release -BINV = "15.2.0" +BINV = "15.3.0" FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" @@ -44,7 +44,7 @@ LIC_FILES_CHKSUM = "\ RELEASE ?= "${PV}" BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" SOURCEDIR ?= "gcc-${PV}" -SRC_URI[sha256sum] = "438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e" +SRC_URI[sha256sum] = "fa59c1beef8995f27c4d71c1df227587189315d3e6faff1bb4306e61b0c530eb" SRC_URI = "${BASEURI} \ file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ @@ -71,12 +71,9 @@ SRC_URI = "${BASEURI} \ file://0022-libatomic-Do-not-enforce-march-on-aarch64.patch \ file://0023-Fix-install-path-of-linux64.h.patch \ file://0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch \ - file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ - file://0026-fix-pr90579-testcases.patch \ - file://0027-gcc15-pr122394.patch \ file://0028-fix-gcc-libitm-false-postives-01.patch \ file://0028-fix-gcc-libitm-false-postives-02.patch \ - file://0028-libcody-Make-it-buildable-by-C-11-to-C-26.patch \ + file://0025-gcc-testsuite-tweaks-for-mips-OE.patch \ file://0001-mapper-localhost-might-not-be-known.patch \ " diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb b/meta/recipes-devtools/gcc/gcc-cross-canadian_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-cross-canadian_15.2.bb rename to meta/recipes-devtools/gcc/gcc-cross-canadian_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc-cross_15.2.bb b/meta/recipes-devtools/gcc/gcc-cross_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-cross_15.2.bb rename to meta/recipes-devtools/gcc/gcc-cross_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-crosssdk_15.2.bb rename to meta/recipes-devtools/gcc/gcc-crosssdk_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc-runtime_15.2.bb b/meta/recipes-devtools/gcc/gcc-runtime_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-runtime_15.2.bb rename to meta/recipes-devtools/gcc/gcc-runtime_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-sanitizers_15.2.bb rename to meta/recipes-devtools/gcc/gcc-sanitizers_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc-source_15.2.bb b/meta/recipes-devtools/gcc/gcc-source_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc-source_15.2.bb rename to meta/recipes-devtools/gcc/gcc-source_15.3.bb diff --git a/meta/recipes-devtools/gcc/gcc_15.2.bb b/meta/recipes-devtools/gcc/gcc_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/gcc_15.2.bb rename to meta/recipes-devtools/gcc/gcc_15.3.bb diff --git a/meta/recipes-devtools/gcc/libgcc-initial_15.2.bb b/meta/recipes-devtools/gcc/libgcc-initial_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/libgcc-initial_15.2.bb rename to meta/recipes-devtools/gcc/libgcc-initial_15.3.bb diff --git a/meta/recipes-devtools/gcc/libgcc_15.2.bb b/meta/recipes-devtools/gcc/libgcc_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/libgcc_15.2.bb rename to meta/recipes-devtools/gcc/libgcc_15.3.bb diff --git a/meta/recipes-devtools/gcc/libgfortran_15.2.bb b/meta/recipes-devtools/gcc/libgfortran_15.3.bb similarity index 100% rename from meta/recipes-devtools/gcc/libgfortran_15.2.bb rename to meta/recipes-devtools/gcc/libgfortran_15.3.bb -- 2.49.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238979): https://lists.openembedded.org/g/openembedded-core/message/238979 Mute This Topic: https://lists.openembedded.org/mt/119847069/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
