]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
toolchain: Update GCC 10 to version 10.2.0
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Tue, 25 Aug 2020 04:03:28 +0000 (12:03 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 31 Aug 2020 20:11:23 +0000 (22:11 +0200)
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
20 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/10.2.0/002-case_insensitive.patch [moved from toolchain/gcc/patches/10.1.0/002-case_insensitive.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/010-documentation.patch [moved from toolchain/gcc/patches/10.1.0/010-documentation.patch with 94% similarity]
toolchain/gcc/patches/10.2.0/110-Fix-MIPS-PR-84790.patch [moved from toolchain/gcc/patches/10.1.0/110-Fix-MIPS-PR-84790.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/230-musl_libssp.patch [moved from toolchain/gcc/patches/10.1.0/230-musl_libssp.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/300-mips_Os_cpu_rtx_cost_model.patch [moved from toolchain/gcc/patches/10.1.0/300-mips_Os_cpu_rtx_cost_model.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/810-arm-softfloat-libgcc.patch [moved from toolchain/gcc/patches/10.1.0/810-arm-softfloat-libgcc.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/820-libgcc_pic.patch [moved from toolchain/gcc/patches/10.1.0/820-libgcc_pic.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/840-armv4_pass_fix-v4bx_to_ld.patch [moved from toolchain/gcc/patches/10.1.0/840-armv4_pass_fix-v4bx_to_ld.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/850-use_shared_libgcc.patch [moved from toolchain/gcc/patches/10.1.0/850-use_shared_libgcc.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/851-libgcc_no_compat.patch [moved from toolchain/gcc/patches/10.1.0/851-libgcc_no_compat.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/870-ppc_no_crtsavres.patch [moved from toolchain/gcc/patches/10.1.0/870-ppc_no_crtsavres.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/881-no_tm_section.patch [moved from toolchain/gcc/patches/10.1.0/881-no_tm_section.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/900-bad-mips16-crt.patch [moved from toolchain/gcc/patches/10.1.0/900-bad-mips16-crt.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/910-mbsd_multi.patch [moved from toolchain/gcc/patches/10.1.0/910-mbsd_multi.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/920-specs_nonfatal_getenv.patch [moved from toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/930-fix-mips-noexecstack.patch [moved from toolchain/gcc/patches/10.1.0/930-fix-mips-noexecstack.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [moved from toolchain/gcc/patches/10.1.0/931-libffi-fix-MIPS-softfloat-build-issue.patch with 100% similarity]
toolchain/gcc/patches/10.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [moved from toolchain/gcc/patches/10.1.0/960-gotools-fix-compilation-when-making-cross-compiler.patch with 100% similarity]

index ccc7b273facb4c6296c6f450fb68258b84ef061a..09deae3bf13b24636cd1fe8f93a3262e50132a41 100644 (file)
@@ -19,7 +19,7 @@ config GCC_VERSION
        default "5.5.0"         if GCC_VERSION_5
        default "7.5.0"         if GCC_VERSION_7
        default "9.3.0"         if GCC_VERSION_9
-       default "10.1.0"        if GCC_VERSION_10
+       default "10.2.0"        if GCC_VERSION_10
        default "8.4.0"
 
 config GCC_USE_IREMAP
index eb0ddbf2d9c214b2b3653c0fdd1adba22c0acd84..ab312e5afdfad8e25a8883eef1267b4f6626814e 100644 (file)
@@ -44,8 +44,8 @@ ifeq ($(PKG_VERSION),9.3.0)
   PKG_HASH:=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
 endif
 
-ifeq ($(PKG_VERSION),10.1.0)
-  PKG_HASH:=b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2
+ifeq ($(PKG_VERSION),10.2.0)
+  PKG_HASH:=b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
 endif
 
 PATCH_DIR=../patches/$(GCC_VERSION)
similarity index 94%
rename from toolchain/gcc/patches/10.1.0/010-documentation.patch
rename to toolchain/gcc/patches/10.2.0/010-documentation.patch
index 9783ff1ef0208e7bd4c972b1201f7dacc04264a4..85990e5acc4781f6e016a77c1906de4f4fbeeb3b 100644 (file)
@@ -12,7 +12,7 @@ Date:   Tue Feb 26 16:16:33 2013 +0000
 
 --- a/gcc/Makefile.in
 +++ b/gcc/Makefile.in
-@@ -3283,18 +3283,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
+@@ -3285,18 +3285,10 @@ doc/gcc.info: $(TEXI_GCC_FILES)
  doc/gccint.info: $(TEXI_GCCINT_FILES)
  doc/cppinternals.info: $(TEXI_CPPINT_FILES)