https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61257
Sergei Trofimovich <slyfox at inbox dot ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |slyfox at inbox dot ru
--- Comment #2 from Sergei Trofimovich <slyfox at inbox dot ru> ---
In a related bug I'd like to have explicit flag to disable systemtap.
In https://bugs.gentoo.org/654748 user was compiling gcc and uninstalling
systemtap in parallel. This caused gcc to detect systemtap presence at
configure time and fail a build when std.h was used.
Uninstalling happened because gcc has no explicit dependency on systemtap.
Having explicit flags like --enable-systemtap / --disable-systemtap (glibc has
those) would fix the issue.
Thanks!