summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 8180b2a..4d0a3ee 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -280,12 +280,19 @@ config CC_CXA_ATEXIT
you might want to try disabling this option.
config CC_GCC_TM_CLONE_REGISTRY
- bool
+ tristate
prompt "Use TM clone registry"
depends on GCC_10_or_later
+ default m
help
Enable GCC transactional memory clone registry in libgcc.
+ Option | tm-clone-registry | Associated ./configure switch
+ ---------+--------------------+--------------------------------
+ Y | forcibly used | --enable-tm-clone-registry
+ M | auto | (none, ./configure decides)
+ N | forcibly not used | --disable-tm-clone-registry
+
config CC_GCC_DISABLE_PCH
bool
prompt "Do not build PCH"