From 8647f4f018e4dee663b65948d75105fae7bb3cdc Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Wed, 12 Jul 2017 18:00:31 +0300 Subject: toolchain/arc: update to the most recent release arc-2017.03 arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- .../gcc/patches/arc-2017.03-release/881-no_tm_section.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch (limited to 'toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch') diff --git a/toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch b/toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch new file mode 100644 index 0000000000..fab5db3be5 --- /dev/null +++ b/toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch @@ -0,0 +1,11 @@ +--- 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