[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #5 from Mike Frysinger --- (In reply to Eric Botcazou from comment #4) that is an end user's decision. the build scripts really have no business forcing this on all random tools including gdb. the bootstrap logic makes sense for boo

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #4 from Eric Botcazou --- > Well, if you can link dynamically, you should, if say libstdc++ contains > some security bug and gdb isn't built in the combined tree with gcc, then > I'd say it is highly undesirable to link it statically.

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Jakub Jelinek changed: What|Removed |Added CC||aoliva at gcc dot gnu.org,

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 --- Comment #2 from Eric Botcazou --- IMO forcing -static-libstdc++ is a progress, especially on non-Linux platforms, so I don't really see what needs fixing here. Of course people might disagree and tailor this to their needs (and write a patch)

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2014-02-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2013-11-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Version|unknown

[Bug bootstrap/56750] [4.8/4.9 Regression] static -lstdc++ logic bleeds into all subdirs

2013-09-04 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56750 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0 Summary|static -lstdc++