]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain: gcc: Update to version 10.3.0
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 10 Apr 2021 18:37:55 +0000 (20:37 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Apr 2021 21:01:30 +0000 (23:01 +0200)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
20 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/10.3.0/002-case_insensitive.patch [moved from toolchain/gcc/patches/10.2.0/002-case_insensitive.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/010-documentation.patch [moved from toolchain/gcc/patches/10.2.0/010-documentation.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/110-Fix-MIPS-PR-84790.patch [moved from toolchain/gcc/patches/10.2.0/110-Fix-MIPS-PR-84790.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/230-musl_libssp.patch [moved from toolchain/gcc/patches/10.2.0/230-musl_libssp.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/300-mips_Os_cpu_rtx_cost_model.patch [moved from toolchain/gcc/patches/10.2.0/300-mips_Os_cpu_rtx_cost_model.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/810-arm-softfloat-libgcc.patch [moved from toolchain/gcc/patches/10.2.0/810-arm-softfloat-libgcc.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/820-libgcc_pic.patch [moved from toolchain/gcc/patches/10.2.0/820-libgcc_pic.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/840-armv4_pass_fix-v4bx_to_ld.patch [moved from toolchain/gcc/patches/10.2.0/840-armv4_pass_fix-v4bx_to_ld.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/850-use_shared_libgcc.patch [moved from toolchain/gcc/patches/10.2.0/850-use_shared_libgcc.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/851-libgcc_no_compat.patch [moved from toolchain/gcc/patches/10.2.0/851-libgcc_no_compat.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/870-ppc_no_crtsavres.patch [moved from toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/881-no_tm_section.patch [moved from toolchain/gcc/patches/10.2.0/881-no_tm_section.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/900-bad-mips16-crt.patch [moved from toolchain/gcc/patches/10.2.0/900-bad-mips16-crt.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/910-mbsd_multi.patch [moved from toolchain/gcc/patches/10.2.0/910-mbsd_multi.patch with 96% similarity]
toolchain/gcc/patches/10.3.0/920-specs_nonfatal_getenv.patch [moved from toolchain/gcc/patches/10.2.0/920-specs_nonfatal_getenv.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/930-fix-mips-noexecstack.patch [moved from toolchain/gcc/patches/10.2.0/930-fix-mips-noexecstack.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [moved from toolchain/gcc/patches/10.2.0/931-libffi-fix-MIPS-softfloat-build-issue.patch with 100% similarity]
toolchain/gcc/patches/10.3.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [moved from toolchain/gcc/patches/10.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch with 100% similarity]

index 967ce9e4892b10f0c90b15187e8c420336b77266..4e141477a5165b40dec53ea03c44837bb9623ee7 100644 (file)
@@ -14,7 +14,7 @@ config GCC_VERSION
        string
        default "7.5.0"         if GCC_VERSION_7
        default "9.3.0"         if GCC_VERSION_9
-       default "10.2.0"        if GCC_VERSION_10
+       default "10.3.0"        if GCC_VERSION_10
        default "8.4.0"
 
 config GCC_USE_IREMAP
index 55fad1fcc48d64cb0cf51d2cdedc9c6b01da01d6..ef8fd9de47fdfe26dd67fdd2517e159bf6c7cd10 100644 (file)
@@ -40,8 +40,8 @@ ifeq ($(PKG_VERSION),9.3.0)
   PKG_HASH:=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
 endif
 
-ifeq ($(PKG_VERSION),10.2.0)
-  PKG_HASH:=b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
+ifeq ($(PKG_VERSION),10.3.0)
+  PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
 endif
 
 PATCH_DIR=../patches/$(GCC_VERSION)
similarity index 96%
rename from toolchain/gcc/patches/10.2.0/910-mbsd_multi.patch
rename to toolchain/gcc/patches/10.3.0/910-mbsd_multi.patch
index 452cc1cb4ec0064400e7cb5a3b64ae3cbefb5636..3ed62383100a74edb36002f0602df4852963c47c 100644 (file)
@@ -102,7 +102,7 @@ Date:   Tue Jul 31 00:52:27 2007 +0000
  Assume normal C execution environment.
 --- a/gcc/common.opt
 +++ b/gcc/common.opt
-@@ -1657,6 +1657,9 @@ fguess-branch-probability
+@@ -1660,6 +1660,9 @@ fguess-branch-probability
  Common Report Var(flag_guess_branch_prob) Optimization
  Enable guessing of branch probabilities.
  
@@ -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
-@@ -8169,6 +8169,17 @@ This option is only supported for C and
+@@ -8171,6 +8171,17 @@ This option is only supported for C and
  @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
  @option{-Wno-pointer-sign}.
  
@@ -134,7 +134,7 @@ Date:   Tue Jul 31 00:52:27 2007 +0000
  @opindex Wno-stack-protector
 --- a/gcc/opts.c
 +++ b/gcc/opts.c
-@@ -2308,6 +2308,9 @@ common_handle_option (struct gcc_options
+@@ -2318,6 +2318,9 @@ common_handle_option (struct gcc_options
        /* Currently handled in a prescan.  */
        break;