https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115907
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The dependency is because you built with the newer version of glibc. If you build on an glibc there is no dependency. So you need to build with/against the oldest version you support. This is not a gcc issue but rather it is a build issue you have.