]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain/gcc: bump gcc 11 to 11.2
authorRui Salvaterra <rsalvaterra@gmail.com>
Wed, 28 Jul 2021 11:33:09 +0000 (12:33 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Aug 2021 17:50:46 +0000 (19:50 +0200)
Patches automatically refreshed.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
20 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/11.2.0/002-case_insensitive.patch [moved from toolchain/gcc/patches/11.1.0/002-case_insensitive.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/010-documentation.patch [moved from toolchain/gcc/patches/11.1.0/010-documentation.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/110-Fix-MIPS-PR-84790.patch [moved from toolchain/gcc/patches/11.1.0/110-Fix-MIPS-PR-84790.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/230-musl_libssp.patch [moved from toolchain/gcc/patches/11.1.0/230-musl_libssp.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/300-mips_Os_cpu_rtx_cost_model.patch [moved from toolchain/gcc/patches/11.1.0/300-mips_Os_cpu_rtx_cost_model.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/810-arm-softfloat-libgcc.patch [moved from toolchain/gcc/patches/11.1.0/810-arm-softfloat-libgcc.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/820-libgcc_pic.patch [moved from toolchain/gcc/patches/11.1.0/820-libgcc_pic.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/840-armv4_pass_fix-v4bx_to_ld.patch [moved from toolchain/gcc/patches/11.1.0/840-armv4_pass_fix-v4bx_to_ld.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/850-use_shared_libgcc.patch [moved from toolchain/gcc/patches/11.1.0/850-use_shared_libgcc.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/851-libgcc_no_compat.patch [moved from toolchain/gcc/patches/11.1.0/851-libgcc_no_compat.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/870-ppc_no_crtsavres.patch [moved from toolchain/gcc/patches/11.1.0/870-ppc_no_crtsavres.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/881-no_tm_section.patch [moved from toolchain/gcc/patches/11.1.0/881-no_tm_section.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/900-bad-mips16-crt.patch [moved from toolchain/gcc/patches/11.1.0/900-bad-mips16-crt.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/910-mbsd_multi.patch [moved from toolchain/gcc/patches/11.1.0/910-mbsd_multi.patch with 98% similarity]
toolchain/gcc/patches/11.2.0/920-specs_nonfatal_getenv.patch [moved from toolchain/gcc/patches/11.1.0/920-specs_nonfatal_getenv.patch with 90% similarity]
toolchain/gcc/patches/11.2.0/930-fix-mips-noexecstack.patch [moved from toolchain/gcc/patches/11.1.0/930-fix-mips-noexecstack.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [moved from toolchain/gcc/patches/11.1.0/931-libffi-fix-MIPS-softfloat-build-issue.patch with 100% similarity]
toolchain/gcc/patches/11.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [moved from toolchain/gcc/patches/11.1.0/960-gotools-fix-compilation-when-making-cross-compiler.patch with 100% similarity]

index e8cc3215becc8cdf6b9b0c79027a0cb0269d9f09..dd61d1e2101a626466161302fc50233a7b358f69 100644 (file)
@@ -19,7 +19,7 @@ config GCC_VERSION
        default "7.5.0"         if GCC_VERSION_7
        default "9.3.0"         if GCC_VERSION_9
        default "10.3.0"        if GCC_VERSION_10
-       default "11.1.0"        if GCC_VERSION_11
+       default "11.2.0"        if GCC_VERSION_11
        default "8.4.0"
 
 config GCC_USE_IREMAP
index 36849de007ee6b9a109cc6a5eec754265339475f..76c5fc114a1c3338befa9ec113a49d09e63d11e4 100644 (file)
@@ -44,8 +44,8 @@ ifeq ($(PKG_VERSION),10.3.0)
   PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
 endif
 
-ifeq ($(PKG_VERSION),11.1.0)
-  PKG_HASH:=4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf
+ifeq ($(PKG_VERSION),11.2.0)
+  PKG_HASH:=d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
 endif
 
 PATCH_DIR=../patches/$(GCC_VERSION)
similarity index 98%
rename from toolchain/gcc/patches/11.1.0/910-mbsd_multi.patch
rename to toolchain/gcc/patches/11.2.0/910-mbsd_multi.patch
index b167436752562654406e06db17c31e13e0004a8a..9f9d3226e8ea0315ad38bd65cdf7b05d4b3c357c 100644 (file)
@@ -114,7 +114,7 @@ Date:   Tue Jul 31 00:52:27 2007 +0000
  ; On SVR4 targets, it also controls whether or not to emit a
 --- a/gcc/doc/invoke.texi
 +++ b/gcc/doc/invoke.texi
-@@ -9054,6 +9054,17 @@ This option is only supported for C and
+@@ -9055,6 +9055,17 @@ This option is only supported for C and
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
similarity index 90%
rename from toolchain/gcc/patches/11.1.0/920-specs_nonfatal_getenv.patch
rename to toolchain/gcc/patches/11.2.0/920-specs_nonfatal_getenv.patch
index edbef09c6c0e2b767303d0ce7bbbcde21904f283..dda33c02029b44e16b6386fff404cbe4227dd299 100644 (file)
@@ -7,7 +7,7 @@ Date:   Sat Apr 21 03:02:39 2012 +0000
 
 --- a/gcc/gcc.c
 +++ b/gcc/gcc.c
-@@ -10090,8 +10090,10 @@ getenv_spec_function (int argc, const ch
+@@ -10100,8 +10100,10 @@ getenv_spec_function (int argc, const ch
      }
  
    if (!value)