Re: [PATCH] gcc/configure.ac: add --disable-systemtap switch

2018-05-25 Thread Eric Gallager
On 5/24/18, Jeff Law wrote: > On 05/12/2018 08:00 AM, Sergei Trofimovich via gcc-patches wrote: >> From: Sergei Trofimovich >> >> Before the change systemtap probes were enabled >> if target headers had sys/sdt.h at ./configure time. >> >> After the change explicitly ask to enable or disable >> f

Re: [PATCH] gcc/configure.ac: add --disable-systemtap switch

2018-05-24 Thread Jeff Law
On 05/12/2018 08:00 AM, Sergei Trofimovich via gcc-patches wrote: > From: Sergei Trofimovich > > Before the change systemtap probes were enabled > if target headers had sys/sdt.h at ./configure time. > > After the change explicitly ask to enable or disable > for probe support and not rely on aut

Re: [PATCH] gcc/configure.ac: add --disable-systemtap switch

2018-05-14 Thread Joseph Myers
Any new configure options need to be documented in install.texi. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] gcc/configure.ac: add --disable-systemtap switch

2018-05-12 Thread Sergei Trofimovich via gcc-patches
From: Sergei Trofimovich Before the change systemtap probes were enabled if target headers had sys/sdt.h at ./configure time. After the change explicitly ask to enable or disable for probe support and not rely on automagic dependency discovery. Bug: https://bugs.gentoo.org/654748 Bug: https://g