]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Upgrade GCC to 15 release
authorKhem Raj <raj.khem@gmail.com>
Sat, 26 Apr 2025 23:30:51 +0000 (16:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 May 2025 13:33:21 +0000 (14:33 +0100)
commit0ddda88b928a8b4e5ca3a4cc6112b8331cdff544
tree03393c52d8366219e33b8e1cce03883249904733
parentdc989569d3528d999f2a1f4363a9ef8325e09600
gcc: Upgrade GCC to 15 release

* Nios2 has been removed and aarch64/ilp32 is deprecated
* Default C dialect is switched to C23
* {0} initializer in C or C++ for unions no longer guarantees clearing of the whole union
* Compile speed improvements with LTO
* Vectorizer can support loops with early exists but it is limited to loops
  with fixed vector lengths

This is major release of gcc, the changes are noted [1]

[1] https://gcc.gnu.org/gcc-15/changes.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
42 files changed:
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/gcc/gcc-15.1.inc [moved from meta/recipes-devtools/gcc/gcc-14.2.inc with 88% similarity]
meta/recipes-devtools/gcc/gcc-cross-canadian_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross-canadian_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-cross_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-crosssdk_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-crosssdk_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-runtime_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-runtime_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-sanitizers_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-sanitizers_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-source_15.1.bb [moved from meta/recipes-devtools/gcc/gcc-source_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch
meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch
meta/recipes-devtools/gcc/gcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch
meta/recipes-devtools/gcc/gcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch
meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
meta/recipes-devtools/gcc/gcc/0008-libtool.patch
meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch
meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch
meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch
meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch
meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch
meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch
meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch
meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch
meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch
meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch
meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch
meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch
meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch
meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch
meta/recipes-devtools/gcc/gcc/0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch [deleted file]
meta/recipes-devtools/gcc/gcc/0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch [deleted file]
meta/recipes-devtools/gcc/gcc/0028-libsanitizer-undef-_TIME_BITS-in-solaris-procmaps.patch [deleted file]
meta/recipes-devtools/gcc/gcc/gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch [deleted file]
meta/recipes-devtools/gcc/gcc_15.1.bb [moved from meta/recipes-devtools/gcc/gcc_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc-initial_15.1.bb [moved from meta/recipes-devtools/gcc/libgcc-initial_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc_15.1.bb [moved from meta/recipes-devtools/gcc/libgcc_14.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgfortran_15.1.bb [moved from meta/recipes-devtools/gcc/libgfortran_14.2.bb with 100% similarity]