aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/install.texi
diff options
context:
space:
mode:
authorIlia Diachkov <ilia.diachkov@optimitech.com>2019-06-27 23:41:03 +0000
committerJim Wilson <wilson@gcc.gnu.org>2019-06-27 16:41:03 -0700
commit5a4602805eb3ebddbc935b102481e63bffc7c5e6 (patch)
treee2aab40a13c83c1b9ee1ec034d15962d39600354 /gcc/doc/install.texi
parent7ffc7de55b058e78cbc46803b89b712849ea35b3 (diff)
downloadgcc-5a4602805eb3ebddbc935b102481e63bffc7c5e6.zip
gcc-5a4602805eb3ebddbc935b102481e63bffc7c5e6.tar.gz
gcc-5a4602805eb3ebddbc935b102481e63bffc7c5e6.tar.bz2
Add --disable-tm-clone-registry libgcc configure option.
This patch adds libgcc configuration option to disable TM clone registry. This option helps to reduce code size for embedded targets which do not need transactional memory support. gcc/ * doc/install.texi: Document --disable-tm-clone-registry. libgcc/ * Makefile.in (USE_TM_CLONE_REGISTRY): New. (CRTSTUFF_CFLAGS): Use USE_TM_CLONE_REGISTRY. * configure.ac: Add --disable-tm-clone-registry option. * configure: Regenerate. From-SVN: r272769
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r--gcc/doc/install.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 29d0470..1a0e8c7 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1284,6 +1284,11 @@ assumptions made by the configure test are incorrect.
Specify that the target does not support TLS.
This is an alias for @option{--enable-tls=no}.
+@item --disable-tm-clone-registry
+Disable TM clone registry in libgcc. It is enabled in libgcc by default.
+This option helps to reduce code size for embedded targets which do
+not use transactional memory.
+
@item --with-cpu=@var{cpu}
@itemx --with-cpu-32=@var{cpu}
@itemx --with-cpu-64=@var{cpu}