https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87858
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Best way to support this really is to build a 4.8 cross compiler and then build a canandian cross GCC 4.8 and then bootstrap a 4.8.x using that newly build canandian cross compiler. New enough GCC uses -static-libstdc++ and that avoids the shared library problem mentioned here.