Re: [PATCH 16/49] Add support for in-tree plugins

2019-12-08 Thread David Malcolm
On Sat, 2019-12-07 at 07:39 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch adds support for "in-tree" plugins i.e. GCC plugins that > > live > > in the GCC source tree and are shipped as part of the GCC tarball. > > > > The patch adds Makefile/confi

Re: [PATCH 16/49] Add support for in-tree plugins

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds support for "in-tree" plugins i.e. GCC plugins that > live > in the GCC source tree and are shipped as part of the GCC tarball. > > The patch adds Makefile/configure machinery for handling in-tree GCC > plugins, adapted from

Re: [PATCH 16/49] Add support for in-tree plugins

2019-12-06 Thread Eric Gallager
On 11/15/19, David Malcolm wrote: > This patch adds support for "in-tree" plugins i.e. GCC plugins that live > in the GCC source tree and are shipped as part of the GCC tarball. Nick Clifton was asking us to do something like this anyways in his talk at Cauldron on his annobin plugin; it might be