toolchain: gcc: add support for GCC 13
authorNick Hainke <vincent@systemli.org>
Thu, 27 Apr 2023 21:03:14 +0000 (23:03 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 5 May 2023 13:46:37 +0000 (15:46 +0200)
commit29128b0bd43532404d965d22338554fce624db6a
treec176068e338aa6aa35867bc6270b9899dc912866
parent1e88a16248601da03d78da7939d412588ad0ea52
toolchain: gcc: add support for GCC 13

Release Notes:
https://gcc.gnu.org/pipermail/gcc-announce/2023/000175.html

Manually Refreshed:
- 910-mbsd_multi.patch
- 970-macos_arm64-building-fix.patch

Automatically Refreshed:
- 010-documentation.patch
- 230-musl_libssp.patch
- 300-mips_Os_cpu_rtx_cost_model.patch
- 820-libgcc_pic.patch
- 840-armv4_pass_fix-v4bx_to_ld.patch
- 850-use_shared_libgcc.patch
- 870-ppc_no_crtsavres.patch
- 920-specs_nonfatal_getenv.patch

Signed-off-by: Nick Hainke <vincent@systemli.org>
13 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches-13.x/010-documentation.patch
toolchain/gcc/patches-13.x/230-musl_libssp.patch
toolchain/gcc/patches-13.x/300-mips_Os_cpu_rtx_cost_model.patch
toolchain/gcc/patches-13.x/820-libgcc_pic.patch
toolchain/gcc/patches-13.x/840-armv4_pass_fix-v4bx_to_ld.patch
toolchain/gcc/patches-13.x/850-use_shared_libgcc.patch
toolchain/gcc/patches-13.x/870-ppc_no_crtsavres.patch
toolchain/gcc/patches-13.x/910-mbsd_multi.patch
toolchain/gcc/patches-13.x/920-specs_nonfatal_getenv.patch
toolchain/gcc/patches-13.x/970-macos_arm64-building-fix.patch