From 54cc4cc7f6e90fd16139d3e4f98f6fe9b577f2f6 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Fri, 12 May 2023 12:49:06 +0200 Subject: [PATCH] gcc: copy patches from 12.2.0 to 12.3.0 This simplifies reviewing process. Signed-off-by: Nick Hainke --- devel/gcc/patches/{12.2.0 => 12.3.0}/002-case_insensitive.patch | 0 .../003-dont-choke-when-building-32bit-on-64bit.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/010-documentation.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/110-Fix-MIPS-PR-84790.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/230-musl_libssp.patch | 0 .../{12.2.0 => 12.3.0}/300-mips_Os_cpu_rtx_cost_model.patch | 0 .../gcc/patches/{12.2.0 => 12.3.0}/810-arm-softfloat-libgcc.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/820-libgcc_pic.patch | 0 .../{12.2.0 => 12.3.0}/840-armv4_pass_fix-v4bx_to_ld.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/850-use_shared_libgcc.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/851-libgcc_no_compat.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/870-ppc_no_crtsavres.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/881-no_tm_section.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/900-bad-mips16-crt.patch | 0 devel/gcc/patches/{12.2.0 => 12.3.0}/910-mbsd_multi.patch | 0 .../patches/{12.2.0 => 12.3.0}/920-specs_nonfatal_getenv.patch | 0 .../960-gotools-fix-compilation-when-making-cross-compiler.patch | 0 .../patches/{12.2.0 => 12.3.0}/970-macos_arm64-building-fix.patch | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename devel/gcc/patches/{12.2.0 => 12.3.0}/002-case_insensitive.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/003-dont-choke-when-building-32bit-on-64bit.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/010-documentation.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/110-Fix-MIPS-PR-84790.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/230-musl_libssp.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/300-mips_Os_cpu_rtx_cost_model.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/810-arm-softfloat-libgcc.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/820-libgcc_pic.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/840-armv4_pass_fix-v4bx_to_ld.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/850-use_shared_libgcc.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/851-libgcc_no_compat.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/870-ppc_no_crtsavres.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/881-no_tm_section.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/900-bad-mips16-crt.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/910-mbsd_multi.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/920-specs_nonfatal_getenv.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/960-gotools-fix-compilation-when-making-cross-compiler.patch (100%) rename devel/gcc/patches/{12.2.0 => 12.3.0}/970-macos_arm64-building-fix.patch (100%) diff --git a/devel/gcc/patches/12.2.0/002-case_insensitive.patch b/devel/gcc/patches/12.3.0/002-case_insensitive.patch similarity index 100% rename from devel/gcc/patches/12.2.0/002-case_insensitive.patch rename to devel/gcc/patches/12.3.0/002-case_insensitive.patch diff --git a/devel/gcc/patches/12.2.0/003-dont-choke-when-building-32bit-on-64bit.patch b/devel/gcc/patches/12.3.0/003-dont-choke-when-building-32bit-on-64bit.patch similarity index 100% rename from devel/gcc/patches/12.2.0/003-dont-choke-when-building-32bit-on-64bit.patch rename to devel/gcc/patches/12.3.0/003-dont-choke-when-building-32bit-on-64bit.patch diff --git a/devel/gcc/patches/12.2.0/010-documentation.patch b/devel/gcc/patches/12.3.0/010-documentation.patch similarity index 100% rename from devel/gcc/patches/12.2.0/010-documentation.patch rename to devel/gcc/patches/12.3.0/010-documentation.patch diff --git a/devel/gcc/patches/12.2.0/110-Fix-MIPS-PR-84790.patch b/devel/gcc/patches/12.3.0/110-Fix-MIPS-PR-84790.patch similarity index 100% rename from devel/gcc/patches/12.2.0/110-Fix-MIPS-PR-84790.patch rename to devel/gcc/patches/12.3.0/110-Fix-MIPS-PR-84790.patch diff --git a/devel/gcc/patches/12.2.0/230-musl_libssp.patch b/devel/gcc/patches/12.3.0/230-musl_libssp.patch similarity index 100% rename from devel/gcc/patches/12.2.0/230-musl_libssp.patch rename to devel/gcc/patches/12.3.0/230-musl_libssp.patch diff --git a/devel/gcc/patches/12.2.0/300-mips_Os_cpu_rtx_cost_model.patch b/devel/gcc/patches/12.3.0/300-mips_Os_cpu_rtx_cost_model.patch similarity index 100% rename from devel/gcc/patches/12.2.0/300-mips_Os_cpu_rtx_cost_model.patch rename to devel/gcc/patches/12.3.0/300-mips_Os_cpu_rtx_cost_model.patch diff --git a/devel/gcc/patches/12.2.0/810-arm-softfloat-libgcc.patch b/devel/gcc/patches/12.3.0/810-arm-softfloat-libgcc.patch similarity index 100% rename from devel/gcc/patches/12.2.0/810-arm-softfloat-libgcc.patch rename to devel/gcc/patches/12.3.0/810-arm-softfloat-libgcc.patch diff --git a/devel/gcc/patches/12.2.0/820-libgcc_pic.patch b/devel/gcc/patches/12.3.0/820-libgcc_pic.patch similarity index 100% rename from devel/gcc/patches/12.2.0/820-libgcc_pic.patch rename to devel/gcc/patches/12.3.0/820-libgcc_pic.patch diff --git a/devel/gcc/patches/12.2.0/840-armv4_pass_fix-v4bx_to_ld.patch b/devel/gcc/patches/12.3.0/840-armv4_pass_fix-v4bx_to_ld.patch similarity index 100% rename from devel/gcc/patches/12.2.0/840-armv4_pass_fix-v4bx_to_ld.patch rename to devel/gcc/patches/12.3.0/840-armv4_pass_fix-v4bx_to_ld.patch diff --git a/devel/gcc/patches/12.2.0/850-use_shared_libgcc.patch b/devel/gcc/patches/12.3.0/850-use_shared_libgcc.patch similarity index 100% rename from devel/gcc/patches/12.2.0/850-use_shared_libgcc.patch rename to devel/gcc/patches/12.3.0/850-use_shared_libgcc.patch diff --git a/devel/gcc/patches/12.2.0/851-libgcc_no_compat.patch b/devel/gcc/patches/12.3.0/851-libgcc_no_compat.patch similarity index 100% rename from devel/gcc/patches/12.2.0/851-libgcc_no_compat.patch rename to devel/gcc/patches/12.3.0/851-libgcc_no_compat.patch diff --git a/devel/gcc/patches/12.2.0/870-ppc_no_crtsavres.patch b/devel/gcc/patches/12.3.0/870-ppc_no_crtsavres.patch similarity index 100% rename from devel/gcc/patches/12.2.0/870-ppc_no_crtsavres.patch rename to devel/gcc/patches/12.3.0/870-ppc_no_crtsavres.patch diff --git a/devel/gcc/patches/12.2.0/881-no_tm_section.patch b/devel/gcc/patches/12.3.0/881-no_tm_section.patch similarity index 100% rename from devel/gcc/patches/12.2.0/881-no_tm_section.patch rename to devel/gcc/patches/12.3.0/881-no_tm_section.patch diff --git a/devel/gcc/patches/12.2.0/900-bad-mips16-crt.patch b/devel/gcc/patches/12.3.0/900-bad-mips16-crt.patch similarity index 100% rename from devel/gcc/patches/12.2.0/900-bad-mips16-crt.patch rename to devel/gcc/patches/12.3.0/900-bad-mips16-crt.patch diff --git a/devel/gcc/patches/12.2.0/910-mbsd_multi.patch b/devel/gcc/patches/12.3.0/910-mbsd_multi.patch similarity index 100% rename from devel/gcc/patches/12.2.0/910-mbsd_multi.patch rename to devel/gcc/patches/12.3.0/910-mbsd_multi.patch diff --git a/devel/gcc/patches/12.2.0/920-specs_nonfatal_getenv.patch b/devel/gcc/patches/12.3.0/920-specs_nonfatal_getenv.patch similarity index 100% rename from devel/gcc/patches/12.2.0/920-specs_nonfatal_getenv.patch rename to devel/gcc/patches/12.3.0/920-specs_nonfatal_getenv.patch diff --git a/devel/gcc/patches/12.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch b/devel/gcc/patches/12.3.0/960-gotools-fix-compilation-when-making-cross-compiler.patch similarity index 100% rename from devel/gcc/patches/12.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch rename to devel/gcc/patches/12.3.0/960-gotools-fix-compilation-when-making-cross-compiler.patch diff --git a/devel/gcc/patches/12.2.0/970-macos_arm64-building-fix.patch b/devel/gcc/patches/12.3.0/970-macos_arm64-building-fix.patch similarity index 100% rename from devel/gcc/patches/12.2.0/970-macos_arm64-building-fix.patch rename to devel/gcc/patches/12.3.0/970-macos_arm64-building-fix.patch