Re: [PATCH] gcc: add --enable-systemtap switch [PR61257]

2022-05-24 Thread Eric Gallager via Gcc-patches
On Mon, Mar 14, 2022 at 10:13 AM Jakub Jelinek via Gcc-patches wrote: > > On Mon, Mar 14, 2022 at 09:26:57AM -0400, Marek Polacek via Gcc-patches wrote: > > Thanks for the patch. > > > > The new configure option needs documenting in doc/install.texi, and > > configure > > needs to be

Re: [PATCH] gcc: add --enable-systemtap switch [PR61257]

2022-03-14 Thread Jakub Jelinek via Gcc-patches
On Mon, Mar 14, 2022 at 09:26:57AM -0400, Marek Polacek via Gcc-patches wrote: > Thanks for the patch. > > The new configure option needs documenting in doc/install.texi, and configure > needs to be regenerated. More importantly, I don't see explanation why the patch is needed, analysis why did

Re: [PATCH] gcc: add --enable-systemtap switch [PR61257]

2022-03-14 Thread Marek Polacek via Gcc-patches
On Mon, Mar 14, 2022 at 01:48:21PM +0100, David Seifert via Gcc-patches wrote: > Bug: https://bugs.gentoo.org/654748 > > gcc/configure.ac > * Add --enable-systemtap switch to explicitly allow for > disabling systemtap even if the target libc supports it. > --- > gcc/configure.ac

[PATCH] gcc: add --enable-systemtap switch [PR61257]

2022-03-14 Thread David Seifert via Gcc-patches
Bug: https://bugs.gentoo.org/654748 gcc/configure.ac * Add --enable-systemtap switch to explicitly allow for disabling systemtap even if the target libc supports it. --- gcc/configure.ac | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git