https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80836
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #5) > > The second half of this report seems to be about building your own programs > using GCC, and ensuring they can find GCC's runtime libs. I agree that an > option to add rpaths for GCC's own libs would be nice, but you can make it > happen automatically by installing a custom specs file that adds -rpath to > the *lib: spec. I thought custom specs files were no longer supported...