]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc: Upgrade to GCC 13.1 release
authorKhem Raj <raj.khem@gmail.com>
Thu, 27 Apr 2023 18:52:53 +0000 (11:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 May 2023 06:53:13 +0000 (07:53 +0100)
commitbea46612fd9106cc5b46eb1d81623b6492563c13
tree5217ad085b69e0a37e00d686d007c182a994dcf9
parente30b37776d16cfd4ce7f79746427ccd95b306059
gcc: Upgrade to GCC 13.1 release

- Package libhwasan_preinit.o, its available on some arches e.g. x86_64 on
  gcc13+
- GCC 13 Porting guide [1] and major changes [2] and detailed documentation [3]
- Fix aarch64 cross build when S != B

[1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html
[2] https://www.gnu.org/software/gcc/gcc-13/changes.html
[3] https://gcc.gnu.org/onlinedocs/13.1.0/

(From OE-Core rev: b80c020eaeaaae82e5b32209ca8608b36eaaee40)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
41 files changed:
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/gcc/gcc-13.1.inc [moved from meta/recipes-devtools/gcc/gcc-12.2.inc with 84% similarity]
meta/recipes-devtools/gcc/gcc-cross-canadian_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross-canadian_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-cross_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-crosssdk_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-runtime_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-runtime_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-sanitizers.inc
meta/recipes-devtools/gcc/gcc-sanitizers_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-sanitizers_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-source_13.1.bb [moved from meta/recipes-devtools/gcc/gcc-source_12.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 [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch [moved from meta/recipes-devtools/gcc/gcc/0011-Avoid-using-libdir-from-.la-which-usually-points-to-.patch with 92% similarity]
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 [moved from meta/recipes-devtools/gcc/gcc/0023-libatomic-Do-not-enforce-march-on-aarch64.patch with 81% similarity]
meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch [moved from meta/recipes-devtools/gcc/gcc/0024-Fix-install-path-of-linux64.h.patch with 85% similarity]
meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc/0026-rust-recursion-limit.patch [deleted file]
meta/recipes-devtools/gcc/gcc/hardcoded-paths.patch [deleted file]
meta/recipes-devtools/gcc/gcc/prefix-map-realpath.patch [deleted file]
meta/recipes-devtools/gcc/gcc_13.1.bb [moved from meta/recipes-devtools/gcc/gcc_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc-initial_13.1.bb [moved from meta/recipes-devtools/gcc/libgcc-initial_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc_13.1.bb [moved from meta/recipes-devtools/gcc/libgcc_12.2.bb with 100% similarity]
meta/recipes-devtools/gcc/libgfortran_13.1.bb [moved from meta/recipes-devtools/gcc/libgfortran_12.2.bb with 100% similarity]