gcc: add support for gcc 12
authorChristian Marangi <ansuelsmth@gmail.com>
Wed, 11 Jan 2023 17:38:52 +0000 (18:38 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Wed, 11 Jan 2023 20:27:28 +0000 (21:27 +0100)
commit399c1a467db0a96765e48547c13dd3ae0b69fda8
tree2c7e258b4f31544ab7eed4035ec5dc6c67636850
parent1394035a392050df9d00a1b4313f8bea9f352b55
gcc: add support for gcc 12

Copy patch from gcc 11 to gcc 12 and add missing hash.
Refresh patch for .c -> .cc change and drop
931-libffi-fix-MIPS-softfloat-build-issue as it got merged in
gcc 12.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
19 files changed:
devel/gcc/Makefile
devel/gcc/patches/12.2.0/002-case_insensitive.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/003-dont-choke-when-building-32bit-on-64bit.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/010-documentation.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/230-musl_libssp.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/820-libgcc_pic.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/850-use_shared_libgcc.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/851-libgcc_no_compat.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/881-no_tm_section.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/900-bad-mips16-crt.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/910-mbsd_multi.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]
devel/gcc/patches/12.2.0/970-macos_arm64-building-fix.patch [new file with mode: 0644]