]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcc: Upgrade to GCC 14.1 release
authorKhem Raj <raj.khem@gmail.com>
Thu, 25 Jan 2024 18:08:30 +0000 (10:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2024 11:07:18 +0000 (12:07 +0100)
commitfc48aa30e91ffe94f1012fe108fb1db5233a0bc0
tree91a81244a7b55951ee2b2907fa3080484c828234
parent5a8a116b270d26ce50429aa32f2883a9d2fd1206
gcc: Upgrade to GCC 14.1 release

This is major release upgrade. major changes are listed in [1]
and it has a list of bugs [2] fixed as well

This release may differ in significant ways from prior gcc releases
where it may require port the code to gcc 14, there is a porting guide [3]
available.

[1] https://gcc.gnu.org/gcc-14/changes.html
[2] https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=14.0
[3] https://gcc.gnu.org/gcc-14/porting_to.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
41 files changed:
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/gcc/gcc-14.1.inc [moved from meta/recipes-devtools/gcc/gcc-13.2.inc with 90% similarity]
meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross-canadian_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-cross_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-crosssdk_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-runtime_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-runtime_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-sanitizers_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-source_14.1.bb [moved from meta/recipes-devtools/gcc/gcc-source_13.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-aarch64-Fix-loose-ldpstp-check-PR111411.patch [deleted file]
meta/recipes-devtools/gcc/gcc/0027-Fix-gcc-vect-module-testcases.patch [deleted file]
meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch [deleted file]
meta/recipes-devtools/gcc/gcc_14.1.bb [moved from meta/recipes-devtools/gcc/gcc_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc-initial_14.1.bb [moved from meta/recipes-devtools/gcc/libgcc-initial_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc_14.1.bb [moved from meta/recipes-devtools/gcc/libgcc_13.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgfortran_14.1.bb [moved from meta/recipes-devtools/gcc/libgfortran_13.2.bb with 100% similarity]