]> code.ossystems Code Review - openembedded-core.git/commit
gcc10: Update to GCC 10.1 Release
authorKhem Raj <raj.khem@gmail.com>
Tue, 12 May 2020 18:30:51 +0000 (11:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2020 13:13:50 +0000 (14:13 +0100)
commit44c3881b18f74eb64379818fc150f94398fb8a49
treed900c2e5d2e866fdc4cf36f1821bbda19ab4c54a
parentcf4c4c65df5349b60895525418954281b3140173
gcc10: Update to GCC 10.1 Release

* Package new gomp header acc_prof.h
* Package lto-dump which is a new tool in gcc10
* All Changes are here [1]
* Porting apps to gcc 10 help is here [2]
* Backport a patch to fix CET errors on cross builds
* Add patch to fix mingw libstdc++

[1] https://gcc.gnu.org/gcc-10/changes.html
[2] https://gcc.gnu.org/gcc-10/porting_to.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
56 files changed:
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/gcc/gcc-10.1.inc [moved from meta/recipes-devtools/gcc/gcc-9.3.inc with 65% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch with 79% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0002-gcc-poison-system-directories.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0002-gcc-poison-system-directories.patch with 85% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch with 92% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0004-64-bit-multilib-hack.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0004-64-bit-multilib-hack.patch with 95% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0005-optional-libstdc.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0005-optional-libstdc.patch with 86% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0006-COLLECT_GCC_OPTIONS.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0006-COLLECT_GCC_OPTIONS.patch with 80% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch with 87% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0008-fortran-cross-compile-hack.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0008-fortran-cross-compile-hack.patch with 81% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0009-cpp-honor-sysroot.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0009-cpp-honor-sysroot.patch with 87% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0010-MIPS64-Default-to-N64-ABI.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0010-MIPS64-Default-to-N64-ABI.patch with 85% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch with 93% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0012-gcc-Fix-argument-list-too-long-error.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0012-gcc-Fix-argument-list-too-long-error.patch with 85% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0013-Disable-sdt.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0013-Disable-sdt.patch with 88% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0014-libtool.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0014-libtool.patch with 87% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch with 87% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch with 81% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch with 76% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0018-export-CPP.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0018-export-CPP.patch with 93% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0019-Ensure-target-gcc-headers-can-be-included.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0019-Ensure-target-gcc-headers-can-be-included.patch with 88% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0020-Don-t-search-host-directory-during-relink-if-inst_pr.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0021-Don-t-search-host-directory-during-relink-if-inst_pr.patch with 80% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0021-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0022-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch with 81% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0022-aarch64-Add-support-for-musl-ldso.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0023-aarch64-Add-support-for-musl-ldso.patch with 83% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0023-libcc1-fix-libcc1-s-install-path-and-rpath.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0024-libcc1-fix-libcc1-s-install-path-and-rpath.patch with 91% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0024-handle-sysroot-support-for-nativesdk-gcc.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0025-handle-sysroot-support-for-nativesdk-gcc.patch with 84% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0026-Search-target-sysroot-gcc-version-specific-dirs-with.patch with 90% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0026-Fix-various-_FOR_BUILD-and-related-variables.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0027-Fix-various-_FOR_BUILD-and-related-variables.patch with 89% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0027-nios2-Define-MUSL_DYNAMIC_LINKER.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0028-nios2-Define-MUSL_DYNAMIC_LINKER.patch with 79% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0029-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch with 89% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0029-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0031-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch with 80% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0030-sync-gcc-stddef.h-with-musl.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0033-sync-gcc-stddef.h-with-musl.patch with 93% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0031-fix-segmentation-fault-in-precompiled-header-generat.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0034-fix-segmentation-fault-in-precompiled-header-generat.patch with 86% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0032-Fix-for-testsuite-failure.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0035-Fix-for-testsuite-failure.patch with 98% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0033-Re-introduce-spe-commandline-options.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0036-Re-introduce-spe-commandline-options.patch with 81% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0034-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0032-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch with 77% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch [moved from meta/recipes-devtools/gcc/gcc-9.3/0038-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch with 80% similarity]
meta/recipes-devtools/gcc/gcc-10.1/0036-Enable-CET-in-cross-compiler-if-possible.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-10.1/0037-mingw32-Enable-operation_not_supported.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-9.3/0020-gcc-4.8-won-t-build-with-disable-dependency-tracking.patch [deleted file]
meta/recipes-devtools/gcc/gcc-9.3/0030-ldbl128-config.patch [deleted file]
meta/recipes-devtools/gcc/gcc-9.3/0037-CVE-2019-14250-Check-zero-value-in-simple_object_elf.patch [deleted file]
meta/recipes-devtools/gcc/gcc-9.3/0039-process_alt_operands-Don-t-match-user-defined-regs-o.patch [deleted file]
meta/recipes-devtools/gcc/gcc-cross-canadian_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross-canadian_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-cross_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-cross_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-crosssdk_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-crosssdk_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-runtime.inc
meta/recipes-devtools/gcc/gcc-runtime_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-runtime_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-sanitizers_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-sanitizers_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-source_10.1.bb [moved from meta/recipes-devtools/gcc/gcc-source_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/gcc-target.inc
meta/recipes-devtools/gcc/gcc_10.1.bb [moved from meta/recipes-devtools/gcc/gcc_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc-initial_10.1.bb [moved from meta/recipes-devtools/gcc/libgcc-initial_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/libgcc_10.1.bb [moved from meta/recipes-devtools/gcc/libgcc_9.3.bb with 100% similarity]
meta/recipes-devtools/gcc/libgfortran_10.1.bb [moved from meta/recipes-devtools/gcc/libgfortran_9.3.bb with 100% similarity]