Re: [PATCH] Add --disable-tm-clone-registry libgcc configure option.

2019-06-27 Thread Jim Wilson
On Thu, Jun 20, 2019 at 12:50 PM Jim Wilson wrote: > This looks OK to me. It is worth pointing out that ARM already ships > compilers built this way, but they didn't bother adding a configure > option. They just override Makefile variables in their build scripts. > I think this is much cleaner a

Re: [PATCH] Add --disable-tm-clone-registry libgcc configure option.

2019-06-20 Thread Jim Wilson
On Wed, Jun 12, 2019 at 5:57 PM wrote: > 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. This looks OK to me. It is worth pointing out that ARM already ships c