toolchain: gcc: Remove support for GCC 5
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 15 Dec 2020 12:56:46 +0000 (13:56 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 16 Dec 2020 21:11:16 +0000 (22:11 +0100)
commit080dc619d4780a1f7b14082b77b28686e694f72d
tree220739844538decaf61ce2fe47906bd041e5188f
parentbfc433efd4a0c6875a92981d1bd2a5e3e60c61c6
toolchain: gcc: Remove support for GCC 5

GCC was used in 17.01 as the default compiler the last time. We do not
test this old GCC version any more and there are some known problems it
fails to compile the U-Boot for the Allwinner A64 SoC.

Just remove it to make it clear that we will not support this old GCC
version any more.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Paul Spooren <mail@aparcar.org>
44 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 [deleted file]
toolchain/gcc/patches/5.5.0/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches/5.5.0/010-documentation.patch [deleted file]
toolchain/gcc/patches/5.5.0/020-no-plt-backport.patch [deleted file]
toolchain/gcc/patches/5.5.0/040-fix-mips-ICE-PR-68400.patch [deleted file]
toolchain/gcc/patches/5.5.0/050-libitm-Don-t-redefine-__always_inline-in-local_atomi.patch [deleted file]
toolchain/gcc/patches/5.5.0/200-musl_config.patch [deleted file]
toolchain/gcc/patches/5.5.0/201-musl_arm.patch [deleted file]
toolchain/gcc/patches/5.5.0/202-musl_mips.patch [deleted file]
toolchain/gcc/patches/5.5.0/203-musl_powerpc.patch [deleted file]
toolchain/gcc/patches/5.5.0/204-musl_sh.patch [deleted file]
toolchain/gcc/patches/5.5.0/205-musl_x86.patch [deleted file]
toolchain/gcc/patches/5.5.0/206-musl_aarch64.patch [deleted file]
toolchain/gcc/patches/5.5.0/207-musl_fixincludes.patch [deleted file]
toolchain/gcc/patches/5.5.0/209-musl_libstdc++.patch [deleted file]
toolchain/gcc/patches/5.5.0/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches/5.5.0/240-musl-libitm-fixes.patch [deleted file]
toolchain/gcc/patches/5.5.0/250-add-musl.patch [deleted file]
toolchain/gcc/patches/5.5.0/260-musl-add-unwind-fix.patch [deleted file]
toolchain/gcc/patches/5.5.0/270-musl-add-powerpc-softfloat-fix.patch [deleted file]
toolchain/gcc/patches/5.5.0/280-musl-disable-ifunc-by-default.patch [deleted file]
toolchain/gcc/patches/5.5.0/300-mips_Os_cpu_rtx_cost_model.patch [deleted file]
toolchain/gcc/patches/5.5.0/800-arm_v5te_no_ldrd_strd.patch [deleted file]
toolchain/gcc/patches/5.5.0/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches/5.5.0/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches/5.5.0/830-arm_unbreak_armv4t.patch [deleted file]
toolchain/gcc/patches/5.5.0/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches/5.5.0/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches/5.5.0/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches/5.5.0/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches/5.5.0/880-no_java_section.patch [deleted file]
toolchain/gcc/patches/5.5.0/881-no_tm_section.patch [deleted file]
toolchain/gcc/patches/5.5.0/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches/5.5.0/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches/5.5.0/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches/5.5.0/930-fix-mips-noexecstack.patch [deleted file]
toolchain/gcc/patches/5.5.0/931-fix-MIPS-softfloat-build-issue.patch [deleted file]
toolchain/gcc/patches/5.5.0/940-no-clobber-stamp-bits.patch [deleted file]
toolchain/gcc/patches/5.5.0/950-cpp_file_path_translation.patch [deleted file]
toolchain/gcc/patches/5.5.0/960-go_libm.patch [deleted file]
toolchain/gcc/patches/5.5.0/970-warn_bug.patch [deleted file]