aboutsummaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-06-20 20:22:32 +1200
committerGitHub <noreply@github.com>2021-06-20 20:22:32 +1200
commitf10389a5aafb0de332da95edea633ed7b91f2b5f (patch)
tree2adc8dfe2a95b18e83d4bb7e231a696032367a03 /config/cc
parent28101b82564f504710919bed39a064356c3f13d6 (diff)
parent96d8a0588f8fedf881d5acd3c3ad0c3f4610c34b (diff)
downloadcrosstool-ng-f10389a5aafb0de332da95edea633ed7b91f2b5f.tar.gz
crosstool-ng-f10389a5aafb0de332da95edea633ed7b91f2b5f.tar.bz2
crosstool-ng-f10389a5aafb0de332da95edea633ed7b91f2b5f.zip
Merge pull request #1533 from cpackham/init_array_fix
gcc: Make CC_GCC_TM_CLONE_REGISTRY tristate
Diffstat (limited to 'config/cc')
-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 8180b2a6..4d0a3eef 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"