https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61257
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |build, patch Status|UNCONFIRMED |NEW Last reconfirmed| |2018-05-12 Ever confirmed|0 |1 --- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Sergei Trofimovich from comment #3) > (In reply to Sergei Trofimovich from comment #2) > > Having explicit flags like --enable-systemtap / --disable-systemtap (glibc > > has those) would fix the issue. > > Proposed upstream as: > https://gcc.gnu.org/ml/gcc-patches/2018-05/msg00578.html > > To clarify: it's not a complete fix for this bug. Only a way to disable > support manually. I'll take this as confirmation. Also now that I've seen the actual code in this patch, I can say that my previous comment (comment #1) no longer applies, since the script is just doing `test -f` instead of AC_CHECK_HEADERS.