blob: 2029910fd0792676d26a87e528af7e292ed3745c [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/libgcc/crtstuff.c
2+++ b/libgcc/crtstuff.c
3@@ -152,7 +152,7 @@ call_ ## FUNC (void) \
4 #endif
5
6 #if !defined(USE_TM_CLONE_REGISTRY) && defined(OBJECT_FORMAT_ELF)
7-# define USE_TM_CLONE_REGISTRY 1
8+# define USE_TM_CLONE_REGISTRY 0
9 #elif !defined(USE_TM_CLONE_REGISTRY)
10 # define USE_TM_CLONE_REGISTRY 0
11 #endif