From 080dc619d4780a1f7b14082b77b28686e694f72d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 15 Dec 2020 13:56:46 +0100 Subject: 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 Acked-by: Paul Spooren --- toolchain/gcc/patches/5.5.0/881-no_tm_section.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/gcc/patches/5.5.0/881-no_tm_section.patch (limited to 'toolchain/gcc/patches/5.5.0/881-no_tm_section.patch') diff --git a/toolchain/gcc/patches/5.5.0/881-no_tm_section.patch b/toolchain/gcc/patches/5.5.0/881-no_tm_section.patch deleted file mode 100644 index fab5db3be5..0000000000 --- a/toolchain/gcc/patches/5.5.0/881-no_tm_section.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libgcc/crtstuff.c -+++ b/libgcc/crtstuff.c -@@ -152,7 +152,7 @@ call_ ## FUNC (void) \ - #endif - - #if !defined(USE_TM_CLONE_REGISTRY) && defined(OBJECT_FORMAT_ELF) --# define USE_TM_CLONE_REGISTRY 1 -+# define USE_TM_CLONE_REGISTRY 0 - #endif - - /* We do not want to add the weak attribute to the declarations of these -- cgit v1.2.3