On 05/12/2018 08:00 AM, Sergei Trofimovich via gcc-patches wrote: > From: Sergei Trofimovich <sly...@gentoo.org> > > 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. I'm not terribly concerned about the uninstalling systemtap while compiling gcc problem. That seems like a package management problem on the distro side.
61257 does raise the issue of header file usability which is a much bigger concern. c#1 indicates autoconf-2.70 introduces code which instead of testing for header file existence instead checks for usability. So I'd rather see us moving towards making that happen rather than explicit enable/disable of systemtap headers/probes. jeff