summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-06-09 08:11:30 (GMT)
committerGitHub <noreply@github.com>2021-06-09 08:11:30 (GMT)
commite7139130295097ce05d9c7b3dcbb890c3a084975 (patch)
tree5b4c270629c046bfadda993bc9aa86af888d5e3d /config
parent6dd60ca6947395b41e09fcf2488066651fb8119a (diff)
parent1e21a30287d8d50d8425ce4debf1cf493371a6cf (diff)
Merge pull request #1523 from stephanosio/add_tm_clone_registry_config_upstream
gcc: Add CT_CC_GCC_TM_CLONE_REGISTRY config
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 01d7253..8180b2a 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -279,6 +279,13 @@ config CC_CXA_ATEXIT
If you get the missing symbol "__cxa_atexit" when building C++ programs,
you might want to try disabling this option.
+config CC_GCC_TM_CLONE_REGISTRY
+ bool
+ prompt "Use TM clone registry"
+ depends on GCC_10_or_later
+ help
+ Enable GCC transactional memory clone registry in libgcc.
+
config CC_GCC_DISABLE_PCH
bool
prompt "Do not build PCH"