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
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
Any new configure options need to be documented in install.texi.
--
Joseph S. Myers
jos...@codesourcery.com
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