[PATCH] Add --disable-tm-clone-registry libgcc configure option.
ilia.diachkov@optimitech.com
ilia.diachkov@optimitech.com
Thu Jun 13 00:56:00 GMT 2019
Hello,
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.
Tested on x86_64 and riscv64-unknown-elf-gcc, the last is with the
option enabled.
If the change is Ok with you, please commit it since I have no write
access to gcc repository.
Best regards,
Ilia.
libgcc/ChangeLog:
* Makefile.in: Add @use_tm_clone_registry@.
* configure: Regenerate.
* configure.ac: Add --disable-tm-clone-registry option.
gcc/ChangeLog:
* doc/install.texi: Document --disable-tm-clone-registry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-diff
Size: 1992 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20190613/451100cf/attachment.bin>
More information about the Gcc-patches
mailing list