summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-06-20 08:22:32 (GMT)
committerGitHub <noreply@github.com>2021-06-20 08:22:32 (GMT)
commitf10389a5aafb0de332da95edea633ed7b91f2b5f (patch)
tree2adc8dfe2a95b18e83d4bb7e231a696032367a03 /config
parent28101b82564f504710919bed39a064356c3f13d6 (diff)
parent96d8a0588f8fedf881d5acd3c3ad0c3f4610c34b (diff)
Merge pull request #1533 from cpackham/init_array_fix
gcc: Make CC_GCC_TM_CLONE_REGISTRY tristate
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"