Add gcc-7.x support and bump gcc to 5.5.0.
authorRISCi_ATOM <bob@bobcall.me>
Sun, 28 Apr 2019 16:23:56 +0000 (12:23 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Sun, 12 May 2019 15:26:46 +0000 (15:26 +0000)
commit35ddabda7fcc51f86c151f50cc11adde7ff7e96a
treeffebd790c4e6f545e0343890e9611b473bd75625
parent88b0ac1c7d2caeeb508ad2b2287fb29f0022ad7e
Add gcc-7.x support and bump gcc to 5.5.0.
66 files changed:
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/5.5.0/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/020-no-plt-backport.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/040-fix-mips-ICE-PR-68400.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/050-libitm-Don-t-redefine-__always_inline-in-local_atomi.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/200-musl_config.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/201-musl_arm.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/202-musl_mips.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/203-musl_powerpc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/204-musl_sh.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/205-musl_x86.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/206-musl_aarch64.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/207-musl_fixincludes.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/209-musl_libstdc++.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/240-musl-libitm-fixes.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/250-add-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/260-musl-add-unwind-fix.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/270-musl-add-powerpc-softfloat-fix.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/280-musl-disable-ifunc-by-default.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/880-no_java_section.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/931-fix-MIPS-softfloat-build-issue.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/950-cpp_file_path_translation.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/960-go_libm.patch [new file with mode: 0644]
toolchain/gcc/patches/5.5.0/970-warn_bug.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/110-Fix-MIPS-PR-84790.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/931-libffi-fix-MIPS-softfloat-build-issue.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/950-cpp_file_path_translation.patch [new file with mode: 0644]
toolchain/gcc/patches/7.4.0/960-gotools-fix-compilation-when-making-cross-compiler.patch [new file with mode: 0644]