toolchain/gcc: update 8.x to 8.2.0
authorSyrone Wong <wong.syrone@gmail.com>
Fri, 27 Jul 2018 10:32:03 +0000 (18:32 +0800)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:47 +0000 (17:47 +0100)
commit9e0fecb5340b7d73536fb91e56e843d31e5f95c2
treeda498334c781310ed6de6ead9c5aa16c822c1e28
parentc0d7bbc880026c6f0cdaef6fa9e0c5b867a4ed31
toolchain/gcc: update 8.x to 8.2.0

This release fixes LTO link-time performance problems and C++ bug introduced in GCC 8.1

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
(backported from 2fb95f71425cc1b3cc9424bb2922fd296e4e05bf)
40 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/8.1.0/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches/8.1.0/010-documentation.patch [deleted file]
toolchain/gcc/patches/8.1.0/110-Fix-MIPS-PR-84790.patch [deleted file]
toolchain/gcc/patches/8.1.0/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches/8.1.0/300-mips_Os_cpu_rtx_cost_model.patch [deleted file]
toolchain/gcc/patches/8.1.0/800-arm_v5te_no_ldrd_strd.patch [deleted file]
toolchain/gcc/patches/8.1.0/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches/8.1.0/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches/8.1.0/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches/8.1.0/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches/8.1.0/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches/8.1.0/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches/8.1.0/881-no_tm_section.patch [deleted file]
toolchain/gcc/patches/8.1.0/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches/8.1.0/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches/8.1.0/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches/8.1.0/930-fix-mips-noexecstack.patch [deleted file]
toolchain/gcc/patches/8.1.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [deleted file]
toolchain/gcc/patches/8.1.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [deleted file]
toolchain/gcc/patches/8.2.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [new file with mode: 0644]
toolchain/gcc/patches/8.2.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]